We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2deae10 + afe22d5 commit 7c5b349Copy full SHA for 7c5b349
1 file changed
deployments/container/vulkan/Dockerfile
@@ -13,7 +13,7 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-FROM nvcr.io/nvidia/cuda:12.8.1-base-ubuntu22.04 AS builder
+FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04 AS builder
17
18
ENV DEBIAN_FRONTEND=noninteractive
19
RUN apt-get update -y && apt-get install -y --no-install-recommends \
@@ -63,7 +63,7 @@ RUN git clone --depth=1 https://github.com/SaschaWillems/Vulkan.git \
63
&& cmake -D RESOURCE_INSTALL_DIR=/cuda-samples .. \
64
&& make ${BUILD_EXAMPLES}
65
66
-FROM nvcr.io/nvidia/cuda:12.8.1-base-ubuntu22.04
+FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04
67
68
LABEL io.k8s.display-name="NVIDIA CUDA Vulkan samples"
69
LABEL name="NVIDIA CUDA Vulkan samples"
0 commit comments