Skip to content

Commit

Permalink
pinning libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Apr 26, 2024
1 parent 13bb03d commit d483538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ RUN sed -i -e '/^R_LIBS_USER=/s/^/#/' /etc/R/Renviron && \

USER ${NB_USER}
RUN pip install --no-cache-dir \
jupyter-server-proxy \
rpy2 \
jupyter-rsession-proxy
jupyter-server-proxy==4.1.2 \
rpy2==3.5.16 \
jupyter-rsession-proxy==2.2.1

# Set CRAN mirror to rspm before we install anything
COPY r/Rprofile.site /usr/lib/R/etc/Rprofile.site
Expand Down

0 comments on commit d483538

Please sign in to comment.