misantamaria commited on
Commit
2364903
·
1 Parent(s): b5545a8

path fixed for bashrc permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -71,7 +71,8 @@ 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/.bashrc
75
- RUN chmod +777 $HOME/.bash_profile
 
76
  RUN echo "--> Go!"
77
 
 
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