File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
deployments/container/vulkan Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- FROM nvcr.io/nvidia/cuda:12.8 .1-base-ubuntu22.04 AS builder
16+ FROM nvcr.io/nvidia/cuda:12.9 .1-base-ubuntu22.04 AS builder
1717
1818ENV DEBIAN_FRONTEND=noninteractive
1919RUN 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 \
6363 && cmake -D RESOURCE_INSTALL_DIR=/cuda-samples .. \
6464 && make ${BUILD_EXAMPLES}
6565
66- FROM nvcr.io/nvidia/cuda:12.8 .1-base-ubuntu22.04
66+ FROM nvcr.io/nvidia/cuda:12.9 .1-base-ubuntu22.04
6767
6868LABEL io.k8s.display-name="NVIDIA CUDA Vulkan samples"
6969LABEL name="NVIDIA CUDA Vulkan samples"
You can’t perform that action at this time.
0 commit comments