Skip to content

Commit

Permalink
Update jupyterhub.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Feb 26, 2024
1 parent ad1dce9 commit c771783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/jupyterhub.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/rocker-org/devcontainer/tidyverse:4.3

## latest version of geospatial libs
RUN /rocker_scripts/experimental/install_dev_osgeo.sh
RUN apt-get update -qq && apt-get -y install vim gh git-lfs
RUN apt-get update -qq && apt-get -y install vim gh git-lfs awscli

# standard python/jupyter setup
ENV NB_USER=rstudio
Expand Down

0 comments on commit c771783

Please sign in to comment.