Skip to content

Commit 4ba4479

Browse files
authored
Update Dockerfile
1 parent dd53c0a commit 4ba4479

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

images/datascience-notebook/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,13 @@ RUN uv pip install --no-cache \
110110
nbgrader=$NBGRADER_VERSION && \
111111
python -c 'import matplotlib.pyplot' && \
112112
fix-permissions $CONDA_DIR && \
113-
fix-permissions /home/$NB_USER && \
113+
fix-permissions /home/$NB_USER
114114

115115
# Install R packages
116116
RUN R -e "install.packages(c('sf', 'markdown', 'covr', 'git2r', 'crosstalk', 'DT'), repos='https://cloud.r-project.org')" && \
117117
fix-permissions $CONDA_DIR && \
118-
fix-permissions /home/$NB_USER && \
119-
mamba clean -a -y
120-
118+
fix-permissions /home/$NB_USER
119+
121120
# Run install-python + cleanup
122121
RUN /usr/share/datahub/scripts/install-python-all.sh && \
123122
chown -R jovyan:users /opt/conda/etc/jupyter/nbconfig && \

0 commit comments

Comments
 (0)