Skip to content
Snippets Groups Projects
Commit c50c65d9 authored by Guido Sterbini's avatar Guido Sterbini
Browse files

Update Dockerfile

parent 13361cde
No related branches found
No related tags found
No related merge requests found
Pipeline #4137254 passed
......@@ -127,14 +127,14 @@ USER $USER
WORKDIR $HOME
# build the conda environment
ENV ENV_PREFIX $HOME/env
RUN conda update --name base --channel defaults conda \
&& conda env create --prefix $ENV_PREFIX --file /tmp/environment.yml --force \
&& conda clean --all --yes \
# run the postBuild script to install any JupyterLab extensions
&& conda activate $ENV_PREFIX \
&& /usr/local/bin/postBuild.sh \
&& conda deactivate
# ENV ENV_PREFIX $HOME/env
# RUN conda update --name base --channel defaults conda \
# && conda env create --prefix $ENV_PREFIX --file /tmp/environment.yml --force \
# && conda clean --all --yes \
# # run the postBuild script to install any JupyterLab extensions
# && conda activate $ENV_PREFIX \
# && /usr/local/bin/postBuild.sh \
# && conda deactivate
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV PATH /opt/conda/bin:$PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment