Release is actually unsupported
This commit is contained in:
parent
061470ae58
commit
18e100d312
4
.github/workflows/cuda/cu102-Linux.sh
vendored
4
.github/workflows/cuda/cu102-Linux.sh
vendored
@ -1,9 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo $OS_VERSION
|
|
||||||
|
|
||||||
# Strip the periods from the version number
|
# Strip the periods from the version number
|
||||||
OS_VERSION=$(echo $OS_VERSION | tr -d .)
|
OS_VERSION=$(echo $(lsb_release -sr) | tr -d .)
|
||||||
OS=ubuntu${OS_VERSION}
|
OS=ubuntu${OS_VERSION}
|
||||||
|
|
||||||
wget -nv https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/cuda-${OS}.pin
|
wget -nv https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/cuda-${OS}.pin
|
||||||
|
|||||||
4
.github/workflows/cuda/cu113-Linux.sh
vendored
4
.github/workflows/cuda/cu113-Linux.sh
vendored
@ -1,9 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo $OS_VERSION
|
|
||||||
|
|
||||||
# Strip the periods from the version number
|
# Strip the periods from the version number
|
||||||
OS_VERSION=$(echo $OS_VERSION | tr -d .)
|
OS_VERSION=$(echo $(lsb_release -sr) | tr -d .)
|
||||||
OS=ubuntu${OS_VERSION}
|
OS=ubuntu${OS_VERSION}
|
||||||
|
|
||||||
wget -nv https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/cuda-${OS}.pin
|
wget -nv https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/cuda-${OS}.pin
|
||||||
|
|||||||
4
.github/workflows/cuda/cu116-Linux.sh
vendored
4
.github/workflows/cuda/cu116-Linux.sh
vendored
@ -1,9 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo $OS_VERSION
|
|
||||||
|
|
||||||
# Strip the periods from the version number
|
# Strip the periods from the version number
|
||||||
OS_VERSION=$(echo $OS_VERSION | tr -d .)
|
OS_VERSION=$(echo $(lsb_release -sr) | tr -d .)
|
||||||
OS=ubuntu${OS_VERSION}
|
OS=ubuntu${OS_VERSION}
|
||||||
|
|
||||||
wget -nv https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/cuda-${OS}.pin
|
wget -nv https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/cuda-${OS}.pin
|
||||||
|
|||||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -68,8 +68,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install CUDA ${{ matrix.cuda-version }}
|
- name: Install CUDA ${{ matrix.cuda-version }}
|
||||||
if: ${{ matrix.cuda-version != 'cpu' }}
|
if: ${{ matrix.cuda-version != 'cpu' }}
|
||||||
env:
|
|
||||||
OS_VERSION: ${{ runner.release }}
|
|
||||||
run: |
|
run: |
|
||||||
bash .github/workflows/cuda/cu${{ matrix.cuda-version }}-${{ runner.os }}.sh
|
bash .github/workflows/cuda/cu${{ matrix.cuda-version }}-${{ runner.os }}.sh
|
||||||
shell:
|
shell:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user