Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jan 17, 2024
1 parent 02994bf commit 3e3422c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ USER ${NB_USER}
WORKDIR /home/${NB_USER}

RUN usermod -s /bin/bash ${NB_USER}
RUN Rscript /tmp/install.R && rm /tmp/install.R
RUN Rscript /tmp/install.R
RUN python3 -m pip install -r /tmp/requirements.txt
RUN python3 -m pip install jupyter-tensorboard-proxy

Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ USER ${NB_USER}
WORKDIR /home/${NB_USER}

RUN usermod -s /bin/bash ${NB_USER}
RUN Rscript /tmp/install.R && rm /tmp/install.R
RUN Rscript /tmp/install.R
RUN python3 -m pip install -r /tmp/requirements.txt
RUN python3 -m pip install jupyter-tensorboard-proxy

Expand Down

0 comments on commit 3e3422c

Please sign in to comment.