File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 include :
3434 - suffix : x86_64
3535 dockerfile : Dockerfile.GPU-manylinux2014
36- - suffix : x86_64-manylinux_2_28-cuda13_1
37- dockerfile : Dockerfile.GPU-manylinux_2_28
36+ - suffix : x86_64-manylinux_2_28-cuda13
37+ dockerfile : Dockerfile.GPU-manylinux_2_28-cuda13
3838 - suffix : sbsa
3939 dockerfile : Dockerfile.GPU-buster-cross-sbsa
40- - suffix : sbsa-cuda13_1
41- dockerfile : Dockerfile.GPU-buster-cross-sbsa_13_1
40+ - suffix : sbsa-cuda13
41+ dockerfile : Dockerfile.GPU-buster-cross-sbsa-cuda13
4242 steps :
4343 - name : Checkout repository
4444 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11FROM debian:buster
2- ARG VER="13-1 "
2+ ARG VER="13-2 "
33
44ENV OMPVERSION=20.1.7
55ENV PATH=/root/.cargo/bin:$PATH
Original file line number Diff line number Diff line change 11FROM quay.io/pypa/manylinux_2_28_x86_64
2- ARG VER="13-1 "
2+ ARG VER="13-2 "
33ARG ARCH="x86_64"
44
55ENV PATH="/root/.cargo/bin:/usr/local/cuda/bin:${PATH}"
You can’t perform that action at this time.
0 commit comments