Skip to content

Commit c58c90b

Browse files
authored
ci(docker): revert remove artifacts from base CUDA image (#5876)
Revert "ci(docker): remove artifacts from base CUDA image (#5830)" This reverts commit a95f45f. Signed-off-by: Amadeusz Szymko <amadeusz.szymko.2@tier4.jp>
1 parent 3bf5b30 commit c58c90b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ CMD ["/bin/bash"]
4141
FROM base AS base-cuda
4242
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
4343

44-
# Set up CUDA runtime environment
44+
# Set up CUDA runtime environment and artifacts
4545
# hadolint ignore=SC2002
4646
RUN --mount=type=ssh \
47-
./setup-dev-env.sh -y --module base --no-cuda-drivers --runtime openadkit \
47+
./setup-dev-env.sh -y --module base --download-artifacts --no-cuda-drivers --runtime openadkit \
4848
&& pip uninstall -y ansible ansible-core \
4949
&& /autoware/cleanup_apt.sh true

0 commit comments

Comments
 (0)