jxtan commited on
Commit
f73f10f
1 Parent(s): 58ac03b

Fix permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -37,6 +37,7 @@ WORKDIR ${HOME}/app
37
 
38
  COPY --chown=1000 . ${HOME}/app
39
  # This will cache the model into the docker image
 
40
  RUN ./cache.sh
41
  RUN pip install -r ${HOME}/app/requirements.txt && \
42
  pip install fairseq2 --pre --extra-index-url https://fair.pkg.atmeta.com/fairseq2/pt2.1.0/cu121 && \
 
37
 
38
  COPY --chown=1000 . ${HOME}/app
39
  # This will cache the model into the docker image
40
+ RUN chmod +x cache.sh
41
  RUN ./cache.sh
42
  RUN pip install -r ${HOME}/app/requirements.txt && \
43
  pip install fairseq2 --pre --extra-index-url https://fair.pkg.atmeta.com/fairseq2/pt2.1.0/cu121 && \