Skip to content

Commit

Permalink
use mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Jul 28, 2023
1 parent b3c0f04 commit 366c4fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vre-singleuser-root/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ WORKDIR /opt
# ENV PYTHONPATH $ROOTSYS/lib:$PYTHONPATH
# ENV CLING_STANDARD_PCH none

RUN conda install -c conda-forge root==6.28.4
RUN conda install -n base conda-libmamba-solver \
&& config --set solver libmamba \
&& conda install -c conda-forge python=3.8 root=6.28.4

RUN mkdir -p /opt/conda/share/jupyter/kernels/root \
&& cp -r /opt/root/etc/notebook/kernels/root/kernel.json /opt/conda/share/jupyter/kernels/root/kernel.json
Expand Down

0 comments on commit 366c4fe

Please sign in to comment.