Skip to content

Commit

Permalink
Update jupyterhub.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored May 6, 2024
1 parent dbcb0b8 commit 7bfafee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/jupyterhub.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# devcontainer-focused Rocker
FROM ghcr.io/rocker-org/devcontainer/tidyverse:4.3
FROM ghcr.io/rocker-org/devcontainer/tidyverse:4.4

## latest version of geospatial libs
RUN /rocker_scripts/experimental/install_dev_osgeo.sh
Expand All @@ -20,7 +20,7 @@ RUN git config --system pull.rebase false && \
git config --system credential.helper 'cache --timeout=36000'

# codeserver
RUN curl -fsSL https://code-server.dev/install.sh | sh && rm -rf .cache
# RUN curl -fsSL https://code-server.dev/install.sh | sh && rm -rf .cache

USER rstudio
WORKDIR /home/rstudio
Expand All @@ -32,9 +32,10 @@ RUN python -m pip install --no-cache-dir -r jupyter-requirements.txt && rm jupyt

COPY nasa-requirements.txt requirements.txt
RUN python -m pip install --no-cache-dir -r requirements.txt && rm requirements.txt
RUN python3 -m ipykernel install --user --name=venv

# latest GDAL
RUN pip install --no-cache-dir --find-links https://girder.github.io/large_image_wheels GDAL
# RUN pip install --no-cache-dir --find-links https://girder.github.io/large_image_wheels GDAL


COPY install.R install.R
Expand Down

0 comments on commit 7bfafee

Please sign in to comment.