Skip to content

Commit f65bc7a

Browse files
committed
Try cuda 13.2
1 parent 87fedff commit f65bc7a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM debian:buster
2-
ARG VER="13-1"
2+
ARG VER="13-2"
33

44
ENV OMPVERSION=20.1.7
55
ENV PATH=/root/.cargo/bin:$PATH
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM quay.io/pypa/manylinux_2_28_x86_64
2-
ARG VER="13-1"
2+
ARG VER="13-2"
33
ARG ARCH="x86_64"
44

55
ENV PATH="/root/.cargo/bin:/usr/local/cuda/bin:${PATH}"

0 commit comments

Comments
 (0)