Yehor commited on
Commit
5023fdd
·
verified ·
1 Parent(s): 2a6a63b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -49,7 +49,7 @@ COPY --chown=hf-space:hf-space . ${HOME}/app
49
 
50
  WORKDIR ${HOME}/app
51
 
52
- RUN mkdir ${HF_HOME} && chmod 777 ${HF_HOME}
53
 
54
  RUN pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
55
 
 
49
 
50
  WORKDIR ${HOME}/app
51
 
52
+ RUN mkdir ${HF_HOME} && chmod a+rwx ${HF_HOME}
53
 
54
  RUN pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
55