Skip to content

Commit

Permalink
pinning R version
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Feb 10, 2022
1 parent 5d10885 commit 072b94a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
FROM continuumio/miniconda3

# Install Jupyter, JupterLab, R & the IRkernel
RUN conda install --yes --quiet -c conda-forge \
RUN conda install --yes --quiet --channel conda-forge \
jupyter \
jupyterlab \
r-base \
r-base=4.1.1 \
r-irkernel

# Install JupyterLab Git Extension
RUN pip install jupyterlab-git

# change to root user
USER root

# Create working directory for mounting volumes
Expand Down

0 comments on commit 072b94a

Please sign in to comment.