Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
14 |
|
15 |
# Download model
|
16 |
RUN MODEL_NAME_FILE=$(echo ${MODEL#*/} | sed 's/-GGUF$//') && \
|
17 |
-
wget https://huggingface.co/matrixportal/Llama-3.1-8B-Instruct-GGUF/resolve/main/llama-3.1-8b-instruct-q4_0.
|
18 |
|
19 |
# Copy the rest of your application
|
20 |
COPY . .
|
|
|
14 |
|
15 |
# Download model
|
16 |
RUN MODEL_NAME_FILE=$(echo ${MODEL#*/} | sed 's/-GGUF$//') && \
|
17 |
+
wget https://huggingface.co/matrixportal/Llama-3.1-8B-Instruct-GGUF/resolve/main/llama-3.1-8b-instruct-q4_0.gguf -O model.gguf
|
18 |
|
19 |
# Copy the rest of your application
|
20 |
COPY . .
|