Skip to content
Snippets Groups Projects
Commit 3ff99a45 authored by Meg Millhouse's avatar Meg Millhouse
Browse files

Update .conda-env.Dockerfile

parent 9260fc75
No related branches found
No related tags found
No related merge requests found
Pipeline #653307 failed
...@@ -30,7 +30,7 @@ RUN conda-pack -n bayeswave -o /tmp/env.tar && \ ...@@ -30,7 +30,7 @@ RUN conda-pack -n bayeswave -o /tmp/env.tar && \
RUN /venv/bin/conda-unpack RUN /venv/bin/conda-unpack
## Next stage ## Next stage
FROM ubuntu:22.04 FROM rockylinux/rockylinux:latest
## Essentials ## Essentials
RUN yum install -y git which && \ RUN yum install -y git which && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment