Skip to content

Commit

Permalink
lib dev tools are required in the env. uncomment them.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryokonorden authored Aug 25, 2024
1 parent 19d5e6c commit e06f93e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apt-get update && \
zsh \
vim \
htop \
# build-essential \
# libcurl4-openssl-dev \
# libssl-dev \
# libxml2-dev \
build-essential \
libcurl4-openssl-dev \
libssl-dev \
libxml2-dev \
gfortran && \
ldconfig && \
apt-get autoclean && \
Expand Down Expand Up @@ -76,7 +76,6 @@ RUN mamba install --yes -c conda-forge \
'r-tidytext' \
'r-car' && \
mamba clean --all -f -y
#RUN mamba install --yes -c conda-forge r-car


RUN pip install --upgrade setuptools
Expand All @@ -101,9 +100,6 @@ RUN npm cache clean --force && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/jovyan
RUN export NODE_OPTIONS=--max-old-space-size=4096
#RUN jupyter server extension enable --py jupyterlab_templates && \
# jupyter server extension enable nbgitpuller --sys-prefix && \
# jupyter lab build --dev-build=False --minimize=False

USER root

Expand Down

0 comments on commit e06f93e

Please sign in to comment.