Ferdi commited on
Commit
23c5d49
1 Parent(s): 77bd9cf

mssing file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY --chown=user requirements.txt ./
15
  RUN pip install -r requirements.txt
16
 
17
  RUN huggingface-cli download sentence-transformers/all-mpnet-base-v2 \
18
- --local-dir /model/all-mpnet-base-v2 --local-dir-use-symlinks False
19
 
20
  # Copy the rest of your application's code
21
  COPY --chown=user ./src .
 
15
  RUN pip install -r requirements.txt
16
 
17
  RUN huggingface-cli download sentence-transformers/all-mpnet-base-v2 \
18
+ --local-dir ./model/all-mpnet-base-v2 --local-dir-use-symlinks False
19
 
20
  # Copy the rest of your application's code
21
  COPY --chown=user ./src .