misantamaria commited on
Commit
426ac29
·
1 Parent(s): 54cc60c

entrypoint adds permissions

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -3
  2. docker/entrypoint-rstudio.sh +1 -1
Dockerfile CHANGED
@@ -71,8 +71,5 @@ RUN # make non-activate conda commands available
71
  ENV PATH=${RETICULATE_MINICONDA_PATH}/bin:${PATH}
72
  RUN echo "--> Permissions"
73
 
74
- RUN chmod +777 ${HOME}user/.bashrc
75
- RUN chmod +777 ${HOME}user/.bash_profile
76
-
77
  RUN echo "--> Go!"
78
 
 
71
  ENV PATH=${RETICULATE_MINICONDA_PATH}/bin:${PATH}
72
  RUN echo "--> Permissions"
73
 
 
 
 
74
  RUN echo "--> Go!"
75
 
docker/entrypoint-rstudio.sh CHANGED
@@ -12,7 +12,7 @@ echo "--> Setup miniconda3"
12
 
13
  echo ". ${HOME}/miniconda3/etc/profile.d/conda.sh" >> ${HOME}/.bashrc
14
 
15
-
16
 
17
  echo "--> Conda activate"
18
 
 
12
 
13
  echo ". ${HOME}/miniconda3/etc/profile.d/conda.sh" >> ${HOME}/.bashrc
14
 
15
+ chmod +777 ${HOME}/.bashrc
16
 
17
  echo "--> Conda activate"
18