Skip to content

Commit 0b4cbfa

Browse files
Bump nvidia/cuda in /deployments/container
Bumps nvidia/cuda from 12.9.1-base-ubuntu22.04 to 13.0.0-base-ubuntu22.04. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-version: 13.0.0-base-ubuntu22.04 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f531cf0 commit 0b4cbfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/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.9.1-base-ubuntu22.04 AS builder
15+
FROM nvcr.io/nvidia/cuda:13.0.0-base-ubuntu22.04 AS builder
1616

1717
ARG DEBIAN_FRONTEND=noninteractive
1818
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -37,7 +37,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C
3737
make && \
3838
cp ${SAMPLE_NAME} /build/${SAMPLE_NAME}
3939

40-
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubuntu22.04
40+
FROM nvcr.io/nvidia/cuda:13.0.0-base-ubuntu22.04
4141

4242
ARG SAMPLE_NAME
4343
ARG VERSION

0 commit comments

Comments
 (0)