From e06f93e2d706700cc1d78ce742557b7890a78331 Mon Sep 17 00:00:00 2001 From: Ryoko Norden <117120137+ryokonorden@users.noreply.github.com> Date: Sat, 24 Aug 2024 19:12:29 -0700 Subject: [PATCH] lib dev tools are required in the env. uncomment them. --- Dockerfile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index a742eac..0b0ce42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ @@ -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 @@ -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