Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ RUN pip install --no-cache-dir torch==2.1.0+cpu torchvision==0.16.0+cpu torchaud
|
|
| 16 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 17 |
|
| 18 |
# Install other dependencies
|
| 19 |
-
RUN pip install -
|
| 20 |
|
| 21 |
COPY . .
|
| 22 |
|
|
|
|
| 16 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 17 |
|
| 18 |
# Install other dependencies
|
| 19 |
+
RUN pip install -r requirements.txt
|
| 20 |
|
| 21 |
COPY . .
|
| 22 |
|