Skip to content

Commit

Permalink
#2216: Bump version of cuda image, since 11.2.0 is no longer availabl…
Browse files Browse the repository at this point in the history
…e on dockerhub
  • Loading branch information
JacobDomagala committed Dec 19, 2023
1 parent 39350c0 commit 1783629
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/azure/azure-nvidia-11-2-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variables:
ARCH: amd64
UBUNTU: 20.04
COMPILER_TYPE: nvidia
COMPILER: 11.2.0
COMPILER: 11.2.2
HOST_COMPILER: gcc-9
BUILD_TYPE: release
ULIMIT_CORE: 0
Expand Down
2 changes: 2 additions & 0 deletions ci/docker/ubuntu-nvidia-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ RUN ./mpich.sh 3.3.2 -j4

ARG external_fmt
COPY ./ci/deps/fmt.sh fmt.sh

RUN if test ${external_fmt} -eq 1; then \
chmod +x ./fmt.sh && \
./fmt.sh 7.1.3 -j4; \
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ vt_tests_num_nodes = 4
[PR-tests-nvcc-11-2-gcc-9]
test_configuration = "nvidia cuda 11.2, gcc-9, ubuntu, mpich"
compiler_type = nvidia
compiler = 11.2.0
compiler = 11.2.2
host_compiler = gcc-9
distro = 20.04
cache_name = ubuntu-nvidia-11.2-cache
Expand Down

0 comments on commit 1783629

Please sign in to comment.