Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rmg55 authored Jul 21, 2020
1 parent 08586e6 commit e6860bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data_science_im_rs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ SHELL ["/bin/bash", "-c"]
USER root
SHELL ["/bin/bash", "-c"]

ADD settings.json /home/coder/.local/share/code-server/User/settings.json

#Prepare image to work on SLURM, build folder structure to be able to bind mount the IDL kernel, install Rstudio server and install VSCode server.
RUN chmod -R 777 /home/jovyan && \
mkdir /usr/share/jupyter && \
Expand Down Expand Up @@ -52,6 +54,7 @@ RUN chmod -R 777 /home/jovyan && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*


USER $NB_UID
#Install Python and R packages in the py_geo and r_geo environmets, respectively.
COPY py_geo.yml .
Expand Down

0 comments on commit e6860bb

Please sign in to comment.