Spaces:
Sleeping
Sleeping
O S I H
commited on
Commit
•
7297b20
1
Parent(s):
380864d
fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
15 |
|
16 |
# Download model
|
17 |
RUN MODEL_NAME_FILE=$(echo ${MODEL#*/} | tr '[:upper:]' '[:lower:]' | sed 's/-gguf$//') && \
|
18 |
-
wget https://huggingface.co/${MODEL}-GGUF/resolve/main/${MODEL_NAME_FILE}.${QUANT}.
|
19 |
|
20 |
# Copy the rest of your application
|
21 |
COPY . .
|
|
|
15 |
|
16 |
# Download model
|
17 |
RUN MODEL_NAME_FILE=$(echo ${MODEL#*/} | tr '[:upper:]' '[:lower:]' | sed 's/-gguf$//') && \
|
18 |
+
wget https://huggingface.co/${MODEL}-GGUF/resolve/main/${MODEL_NAME_FILE}.${QUANT}.gguf -O model.gguf
|
19 |
|
20 |
# Copy the rest of your application
|
21 |
COPY . .
|