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 6be0098Copy full SHA for 6be0098
Dockerfile.server
@@ -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.9.0-devel-ubuntu22.04 AS builder
3
4
# Install necessary packages
5
RUN apt-get update && apt-get install -y \
Dockerfile.toolchain
+FROM nvidia/cuda:12.0.0-devel-ubuntu22.04 AS builder
RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y \
0 commit comments