Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -38,7 +38,7 @@ RUN pip install --no-cache-dir --upgrade pip
|
|
| 38 |
|
| 39 |
# safety: remove broken installs if any base image has them
|
| 40 |
RUN pip uninstall -y transformers || true
|
| 41 |
-
|
| 42 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 43 |
|
| 44 |
# ======================
|
|
|
|
| 38 |
|
| 39 |
# safety: remove broken installs if any base image has them
|
| 40 |
RUN pip uninstall -y transformers || true
|
| 41 |
+
RUN pip install --no-cache-dir torchvision
|
| 42 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 43 |
|
| 44 |
# ======================
|