We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ac82b4 + 5869abc commit b71e1abCopy full SHA for b71e1ab
1 file changed
Dockerfile
@@ -60,7 +60,7 @@ RUN micromamba create -y -v -n arc_env python=3.14 -c conda-forge -c danagroup -
60
micromamba clean --all -f -y
61
62
RUN micromamba run -n arc_env bash -euxo pipefail -c \
63
- "make compile && bash ./devtools/install_pyrdl.sh" && \
+ "make compile" && \
64
micromamba clean --all --yes
65
66
# Stage 2: Final image
0 commit comments