djkesu commited on
Commit
b9832f1
1 Parent(s): b8985bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ COPY . /app
9
 
10
  # Install any needed packages specified in requirements.txt
11
  RUN pip install --trusted-host pypi.python.org -r requirements.txt
 
 
12
 
13
  # Make port 80 available to the world outside this container
14
  EXPOSE 80
 
9
 
10
  # Install any needed packages specified in requirements.txt
11
  RUN pip install --trusted-host pypi.python.org -r requirements.txt
12
+ pip uninstall transformers
13
+ pip install transformers==4.29.2
14
 
15
  # Make port 80 available to the world outside this container
16
  EXPOSE 80