Skip to content

Commit

Permalink
Add R kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 authored Jul 24, 2024
1 parent aafbeab commit e73165d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,7 @@ RUN sed -i 's/\"default\": true/\"default\": false/g' /srv/conda/envs/notebook/s
# Install dataretrieval package
RUN pip install dataretrieval

# Adding r kernel
RUN conda install -c r r-irkernel

USER ${NB_USER}

0 comments on commit e73165d

Please sign in to comment.