Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jan 16, 2024
1 parent 49823a6 commit 8eb5c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENV VIRTUAL_ENV /opt/venv

RUN /rocker_scripts/install_jupyter.sh


COPY install.R /tmp/install.R
RUN Rscript /tmp/install.R && rm /tmp/install.R

Expand All @@ -22,4 +23,5 @@ RUN python3 -m ipykernel install --user --name=spatial


WORKDIR /home/${NB_USER}
ENV PATH $VIRTUAL_ENV/bin:$PATH

1 change: 1 addition & 0 deletions images/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ RUN python3 -m ipykernel install --user --name=spatial


WORKDIR /home/${NB_USER}
ENV PATH $VIRTUAL_ENV/bin:$PATH

0 comments on commit 8eb5c62

Please sign in to comment.