cngchis commited on
Commit
c920a55
·
verified ·
1 Parent(s): c71f038

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -13,6 +13,8 @@ COPY src/ ./src/
13
 
14
  RUN pip3 install -r requirements.txt
15
 
 
 
16
  EXPOSE 8501
17
 
18
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
 
13
 
14
  RUN pip3 install -r requirements.txt
15
 
16
+ RUN python -c "from huggingface_hub import snapshot_download; snapshot_download(repo_id='cngchis/phi4-mini-intent-GGUF')"
17
+
18
  EXPOSE 8501
19
 
20
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health