Skip to content

Commit b71e1ab

Browse files
authored
Dockerfile: drop redundant install_pyrdl.sh step (#885)
2 parents 4ac82b4 + 5869abc commit b71e1ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN micromamba create -y -v -n arc_env python=3.14 -c conda-forge -c danagroup -
6060
micromamba clean --all -f -y
6161

6262
RUN micromamba run -n arc_env bash -euxo pipefail -c \
63-
"make compile && bash ./devtools/install_pyrdl.sh" && \
63+
"make compile" && \
6464
micromamba clean --all --yes
6565

6666
# Stage 2: Final image

0 commit comments

Comments
 (0)