djkesu commited on
Commit
f9f6175
1 Parent(s): ba3f0c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ COPY . /app
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
 
11
  RUN pip install --trusted-host pypi.python.org -r requirements.txt
12
  pip uninstall transformers
13
  pip install transformers==4.29.2
14
+ pip install ipython
15
 
16
  # Make port 80 available to the world outside this container
17
  EXPOSE 80