We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510821f commit e409dadCopy full SHA for e409dad
Dockerfile.toolchain
@@ -1,5 +1,5 @@
1
# Start with a base image that includes CUDA
2
-FROM nvidia/cuda:12.5.1-devel-ubuntu22.04 AS builder
+FROM nvidia/cuda:12.0.0-devel-ubuntu22.04 AS builder
3
4
# Install necessary packages
5
RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y \
0 commit comments