From dd46a38c42183f727af1eb74276f99c9ed0bbbf2 Mon Sep 17 00:00:00 2001 From: Ben Nibbelink Date: Mon, 15 Jul 2024 15:10:41 -0400 Subject: [PATCH] use conda package manager for latest packages and consistency --- docker/Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 85352a87..263e0224 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,4 @@ -FROM ghcr.io/cyclus/cymetric_22.04_apt/cymetric:latest - -RUN apt-get update -RUN apt-get install -y --force-yes wget python3-pip -RUN python3 -m pip install sphinx sphinxcontrib-bibtex cloud-sptheme +FROM ghcr.io/cyclus/cymetric_22.04_conda/cymetric:latest +RUN mamba update -y --all +RUN mamba install -y sphinx sphinxcontrib-bibtex cloud_sptheme