misantamaria commited on
Commit
24108a0
·
1 Parent(s): 426ac29

entrypoint home modidfied

Browse files
Files changed (1) hide show
  1. docker/entrypoint-rstudio.sh +3 -2
docker/entrypoint-rstudio.sh CHANGED
@@ -10,9 +10,10 @@ echo "$(id )"
10
 
11
  echo "--> Setup miniconda3"
12
 
13
- echo ". ${HOME}/miniconda3/etc/profile.d/conda.sh" >> ${HOME}/.bashrc
14
 
15
- chmod +777 ${HOME}/.bashrc
 
16
 
17
  echo "--> Conda activate"
18
 
 
10
 
11
  echo "--> Setup miniconda3"
12
 
13
+ echo ". ${HOME}miniconda3/etc/profile.d/conda.sh" >> ${HOME}.bashrc
14
 
15
+ print "--> Add permissions"
16
+ chmod +777 ${HOME}.bashrc
17
 
18
  echo "--> Conda activate"
19