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 0b4cbfa commit 0d88658Copy full SHA for 0d88658
deployments/container/Dockerfile
@@ -24,6 +24,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
24
&& \
25
rm -rf /var/lib/apt/lists/*
26
27
+# TODO: The cuda-nvvcc-12-9 package should either depend on the CUDA version or
28
+# the sample version. IFF we match the sample version, we need to also ensure
29
+# that the right alternative is used here.
30
+RUN update-alternatives --set cuda /usr/local/cuda-12.9
31
+
32
WORKDIR /build
33
34
ARG SAMPLE_NAME
0 commit comments