Skip to content

Commit 0464044

Browse files
Update alternatives for nvcc and nvml
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 1766384 commit 0464044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/nvbandwidth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ARG DEBIAN_FRONTEND=noninteractive
1818
RUN apt-get update && apt-get install -y --no-install-recommends \
1919
build-essential \
2020
cmake \
21-
cuda-nvcc-12-9 \
22-
cuda-nvml-dev-12-9 \
21+
cuda-nvcc-13-0 \
22+
cuda-nvml-dev-13-0 \
2323
g++ \
2424
git \
2525
gcc \

0 commit comments

Comments
 (0)