Commit e06f93e 1 parent 19d5e6c commit e06f93e Copy full SHA for e06f93e
File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ RUN apt-get update && \
25
25
zsh \
26
26
vim \
27
27
htop \
28
- # build-essential \
29
- # libcurl4-openssl-dev \
30
- # libssl-dev \
31
- # libxml2-dev \
28
+ build-essential \
29
+ libcurl4-openssl-dev \
30
+ libssl-dev \
31
+ libxml2-dev \
32
32
gfortran && \
33
33
ldconfig && \
34
34
apt-get autoclean && \
@@ -76,7 +76,6 @@ RUN mamba install --yes -c conda-forge \
76
76
'r-tidytext' \
77
77
'r-car' && \
78
78
mamba clean --all -f -y
79
- # RUN mamba install --yes -c conda-forge r-car
80
79
81
80
82
81
RUN pip install --upgrade setuptools
@@ -101,9 +100,6 @@ RUN npm cache clean --force && \
101
100
fix-permissions $CONDA_DIR && \
102
101
fix-permissions /home/jovyan
103
102
RUN export NODE_OPTIONS=--max-old-space-size=4096
104
- # RUN jupyter server extension enable --py jupyterlab_templates && \
105
- # jupyter server extension enable nbgitpuller --sys-prefix && \
106
- # jupyter lab build --dev-build=False --minimize=False
107
103
108
104
USER root
109
105
You can’t perform that action at this time.
0 commit comments