Skip to content

Commit e06f93e

Browse files
authored
lib dev tools are required in the env. uncomment them.
1 parent 19d5e6c commit e06f93e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Dockerfile

+4-8
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ RUN apt-get update && \
2525
zsh \
2626
vim \
2727
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 \
3232
gfortran && \
3333
ldconfig && \
3434
apt-get autoclean && \
@@ -76,7 +76,6 @@ RUN mamba install --yes -c conda-forge \
7676
'r-tidytext' \
7777
'r-car' && \
7878
mamba clean --all -f -y
79-
#RUN mamba install --yes -c conda-forge r-car
8079

8180

8281
RUN pip install --upgrade setuptools
@@ -101,9 +100,6 @@ RUN npm cache clean --force && \
101100
fix-permissions $CONDA_DIR && \
102101
fix-permissions /home/jovyan
103102
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
107103

108104
USER root
109105

0 commit comments

Comments
 (0)