Skip to content

Commit

Permalink
fixing conda channel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers authored Feb 10, 2022
1 parent 5cc8e03 commit 1fc6da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM continuumio/miniconda3

# Install Jupyter, JupterLab, R & the IRkernel
RUN conda install -y --quiet \
RUN conda install --yes --quiet --channel conda-forge \
jupyter \
jupyterlab=3.* \
r-base=4.1.* \
jupyterlab \
r-base \
r-irkernel

# Install JupyterLab Git Extension
Expand Down

0 comments on commit 1fc6da8

Please sign in to comment.