Skip to content

Commit

Permalink
fix: splits mamba even more (#13)
Browse files Browse the repository at this point in the history
* fix: splits mamba even more
  • Loading branch information
EveningStarlight authored Jan 8, 2025
1 parent 1900bcb commit e76e951
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion images/rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ RUN mamba install --quiet --yes \
'r-rodbc' \
'r-tidyverse' \
'r-arrow' \
&& \
clean-layer.sh && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER

RUN mamba install --quiet --yes \
'r-aws.s3' \
'r-catools' \
&& \
Expand All @@ -37,13 +43,20 @@ RUN mamba install --quiet --yes \

# Install some default R packages
RUN mamba install --quiet --yes \
'r-hdf5r' \
'r-odbc' \
&& \
clean-layer.sh && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER

# Install some default R packages
RUN mamba install --quiet --yes \
'r-hdf5r' \
&& \
clean-layer.sh && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER

RUN mamba install --quiet --yes \
'r-sf' \
'r-e1071' \
Expand Down

0 comments on commit e76e951

Please sign in to comment.