Skip to content

Commit

Permalink
fix: Also set conda ownership to jovyan in the blsq image
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed Jan 20, 2025
1 parent 8dd88b1 commit a3da822
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/blsq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN apt-get update && apt-get install -y libgdal-dev libudunits2-dev
# R packages (only available on cran)
RUN R -e "options(Ncpus = parallel::detectCores()); install.packages(c('GISTools', 'OpenStreetMap'), dependencies=TRUE, quiet=TRUE, repos='https://cran.r-project.org/', Ncpus=parallel::detectCores())"

# Set ownership of conda packages to jovyan
RUN chown -R jovyan /opt/conda

USER ${NB_UID}
WORKDIR $HOME

Expand Down

0 comments on commit a3da822

Please sign in to comment.