Skip to content

Commit

Permalink
Merge pull request #379 from bennibbelink/conda-dockerfile
Browse files Browse the repository at this point in the history
Use conda package manager for latest packages and consistency
  • Loading branch information
gonuke authored Jul 16, 2024
2 parents b6f8cc1 + 21d6298 commit f2f36b5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f2f36b5

Please sign in to comment.