djkesu commited on
Commit
b6d22f3
·
1 Parent(s): 77d0211

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -11,7 +11,6 @@ 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
- pip install ipython
15
 
16
  # Make port 80 available to the world outside this container
17
  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
 
15
  # Make port 80 available to the world outside this container
16
  EXPOSE 80