Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 17 |
&& rm -rf /var/lib/apt/lists/*
|
| 18 |
|
| 19 |
# Install Python packages excluding blinker
|
| 20 |
-
RUN pip install --no-cache-dir \
|
| 21 |
torch \
|
| 22 |
torchvision \
|
| 23 |
transformers \
|
|
|
|
| 17 |
&& rm -rf /var/lib/apt/lists/*
|
| 18 |
|
| 19 |
# Install Python packages excluding blinker
|
| 20 |
+
RUN pip install --no-cache-dir --ignore-installed \
|
| 21 |
torch \
|
| 22 |
torchvision \
|
| 23 |
transformers \
|