Skip to content

Commit

Permalink
[ci] bump CUDA version and pull dockers from NVIDIA NGC (#4112)
Browse files Browse the repository at this point in the history
* bump CUDA version and pull dockers from NVIDIA NGC

* Update cuda.yml
  • Loading branch information
StrikerRUS authored Mar 26, 2021
1 parent 5734f91 commit a45ed16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.saobby.my.eu.orgmunity/t/is-it-possible-to-require-all-github-actions-tasks-to-pass-without-enumerating-them/117957/4?u=graingert
runs-on: ubuntu-latest
Expand Down

0 comments on commit a45ed16

Please sign in to comment.