robocan commited on
Commit
09eb8c7
·
1 Parent(s): 533e0f2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -56,7 +56,9 @@ RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39
56
  && ~/miniconda.sh -b -p ~/miniconda \
57
  && rm ~/miniconda.sh \
58
  && conda clean -ya
59
-
 
 
60
  WORKDIR $HOME/app
61
 
62
  #######################################
 
56
  && ~/miniconda.sh -b -p ~/miniconda \
57
  && rm ~/miniconda.sh \
58
  && conda clean -ya
59
+ USER root
60
+ RUN chmod 777 ~/home/*
61
+ USER user
62
  WORKDIR $HOME/app
63
 
64
  #######################################