Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN pip install --upgrade pip \
|
|
22 |
torch==2.1.0+cpu torchvision==0.16.0+cpu torchaudio==2.1.0+cpu \
|
23 |
&& pip install -r requirements.txt \
|
24 |
&& pip install huggingface_hub
|
25 |
-
|
26 |
|
27 |
# Download GGUF model at build time into models/
|
28 |
RUN mkdir -p models \
|
|
|
22 |
torch==2.1.0+cpu torchvision==0.16.0+cpu torchaudio==2.1.0+cpu \
|
23 |
&& pip install -r requirements.txt \
|
24 |
&& pip install huggingface_hub
|
25 |
+
|
26 |
|
27 |
# Download GGUF model at build time into models/
|
28 |
RUN mkdir -p models \
|