ishworrsubedii commited on
Commit
8774faf
·
verified ·
1 Parent(s): ff11707

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -17,11 +17,10 @@ RUN pip install --no-cache-dir --upgrade pip==23.0
17
 
18
  RUN pip install --no-cache-dir -r requirements.txt
19
 
20
- RUN mkdir -p /mannequin_to_model/.config/matplotlib /mannequin_to_model/.insightface && \
21
  chmod -R 777 /mannequin_to_model
22
 
23
  ENV MPLCONFIGDIR=/mannequin_to_model/.config/matplotlib
24
- ENV INSIGHTFACE_CACHE_DIR=/mannequin_to_model/.insightface
25
 
26
  EXPOSE 7860
27
 
 
17
 
18
  RUN pip install --no-cache-dir -r requirements.txt
19
 
20
+ RUN mkdir -p /mannequin_to_model/.config/matplotlib /mannequin_to_model/.insightface/models /mannequin_to_model/.cache/gdown && \
21
  chmod -R 777 /mannequin_to_model
22
 
23
  ENV MPLCONFIGDIR=/mannequin_to_model/.config/matplotlib
 
24
 
25
  EXPOSE 7860
26