Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sajid-ali committed Sep 11, 2023
1 parent 6690da6 commit c32d05c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cuda-11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:11.2.1-devel as bootstrap
FROM nvidia/cuda:11.2.2-devel as bootstrap

ENV SPACK_ROOT=/opt/spack \
CURRENTLY_BUILDING_DOCKER_IMAGE=1 \
Expand Down Expand Up @@ -133,7 +133,7 @@ RUN cd /opt/spack-environment && \


# Bare OS image to run the installed executables
FROM nvidia/cuda:11.2.1-base
FROM nvidia/cuda:11.2.2-base

COPY --from=builder /opt/spack-environment /opt/spack-environment
COPY --from=builder /opt/software /opt/software
Expand Down
2 changes: 1 addition & 1 deletion cuda-11/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spack:
container:
format: docker
images:
os: nvidia/cuda:11.2.1
os: nvidia/cuda:11.2.2
spack: develop
os_packages:
build:
Expand Down

0 comments on commit c32d05c

Please sign in to comment.