mvasim commited on
Commit
2cd4391
1 Parent(s): 011b219

hf cli error

Browse files
Files changed (1) hide show
  1. 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 !huggingface-cli download \
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 . \