Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|