Eklavya16 commited on
Commit
fc2f6ca
·
verified ·
1 Parent(s): 27e32bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,6 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
15
  COPY requirements.txt .
16
  RUN pip install --no-cache-dir -r requirements.txt
17
 
 
 
18
  COPY src/ ./src/
19
 
20
  EXPOSE 7860
 
15
  COPY requirements.txt .
16
  RUN pip install --no-cache-dir -r requirements.txt
17
 
18
+ RUN python -c "from huggingface_hub import snapshot_download; snapshot_download(repo_id='Eklavya16/DermAssist')"
19
+
20
  COPY src/ ./src/
21
 
22
  EXPOSE 7860