Skip to content

Commit 583bcb4

Browse files
Bump nvidia/cuda in /deployments/container/nbody
Bumps nvidia/cuda from 12.6.2-base-ubuntu22.04 to 12.9.1-base-ubuntu22.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-version: 12.9.1-base-ubuntu22.04 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46a252f commit 583bcb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/nbody/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu22.04 AS builder
15+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04 AS builder
1616

1717
ARG SAMPLE_NAME=nbody
1818
ENV SAMPLE_NAME=${SAMPLE_NAME}
@@ -40,7 +40,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C
4040
make build && \
4141
cp $(find /build/bin -iname "${SAMPLE_NAME}") /build/${SAMPLE_NAME}
4242

43-
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu22.04
43+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04
4444
ARG SAMPLE_NAME
4545
LABEL io.k8s.display-name="NVIDIA CUDA ${SAMPLE_NAME} sample"
4646
LABEL name="NVIDIA CUDA ${SAMPLE_NAME} sample"

0 commit comments

Comments
 (0)