Spaces:
Sleeping
Sleeping
hf cli error
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
14 |
|
15 |
COPY . .
|
16 |
|
17 |
-
RUN
|
18 |
${REPO} \
|
19 |
${MODEL_NAME}\
|
20 |
--local-dir . \
|
|
|
14 |
|
15 |
COPY . .
|
16 |
|
17 |
+
RUN huggingface-cli download \
|
18 |
${REPO} \
|
19 |
${MODEL_NAME}\
|
20 |
--local-dir . \
|