gregorkrzmanc commited on
Commit
9e8df27
·
1 Parent(s): 5114459
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -101,7 +101,7 @@ RUN cd $HOME/opt/pepr && git clone https://github.com/cms-pepr/pytorch_cmspepr
101
  RUN cd $HOME/opt/pepr/pytorch_cmspepr/ && python3 -m pip install .
102
 
103
  COPY --chown=user . $HOME/app
104
- RUN chown -R user:user $HOME
105
 
106
  # entrypoint run app.py with python
107
  EXPOSE 7860
 
101
  RUN cd $HOME/opt/pepr/pytorch_cmspepr/ && python3 -m pip install .
102
 
103
  COPY --chown=user . $HOME/app
104
+ RUN chmod 777 $HOME/*
105
 
106
  # entrypoint run app.py with python
107
  EXPOSE 7860