Unverified Commit a45ed16f authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] bump CUDA version and pull dockers from NVIDIA NGC (#4112)

* bump CUDA version and pull dockers from NVIDIA NGC

* Update cuda.yml
parent 5734f91c
......@@ -26,7 +26,7 @@ jobs:
- method: source
compiler: gcc
python_version: 3.7
cuda_version: "11.2.0"
cuda_version: "11.2.2"
- method: pip
compiler: clang
python_version: 3.8
......@@ -86,7 +86,7 @@ jobs:
$ROOT_DOCKER_FOLDER/.ci/setup.sh || exit -1
$ROOT_DOCKER_FOLDER/.ci/test.sh || exit -1
EOF
docker run --env-file docker.env -v "$GITHUB_WORKSPACE":"$ROOT_DOCKER_FOLDER" --rm --gpus all "nvidia/cuda:${{ matrix.cuda_version }}-devel" /bin/bash $ROOT_DOCKER_FOLDER/docker-script.sh
docker run --env-file docker.env -v "$GITHUB_WORKSPACE":"$ROOT_DOCKER_FOLDER" --rm --gpus all "nvcr.io/nvidia/cuda:${{ matrix.cuda_version }}-devel" /bin/bash $ROOT_DOCKER_FOLDER/docker-script.sh
all-successful:
# https://github.community/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert
runs-on: ubuntu-latest
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment