Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y nano
|
|
| 22 |
RUN pip install --upgrade pip
|
| 23 |
#RUN pip install /app/potato # Installs the potato repo as a Python package
|
| 24 |
#RUN pip install huggingface_hub
|
| 25 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 26 |
#RUN pip install gitpython
|
| 27 |
|
| 28 |
# List installed dependencies
|
|
|
|
| 22 |
RUN pip install --upgrade pip
|
| 23 |
#RUN pip install /app/potato # Installs the potato repo as a Python package
|
| 24 |
#RUN pip install huggingface_hub
|
| 25 |
+
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 26 |
#RUN pip install gitpython
|
| 27 |
|
| 28 |
# List installed dependencies
|