Skip to content

Commit

Permalink
Merge pull request #10 from NVIDIA/dependabot/docker/deployments/cont…
Browse files Browse the repository at this point in the history
…ainer/nvidia/cuda-12.5.1-base-ubuntu22.04

Bump nvidia/cuda from 12.5.0-base-ubuntu22.04 to 12.5.1-base-ubuntu22.04 in /deployments/container
  • Loading branch information
elezar authored Jul 31, 2024
2 parents 84bc97d + 3e0fa2e commit 73dfbd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deployments/container/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM nvidia/cuda:12.5.0-devel-ubi8 AS builder
FROM nvidia/cuda:12.5.1-devel-ubi8 AS builder

ARG CUDA_VERSION
RUN dnf install -y \
Expand All @@ -31,7 +31,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C
make build && \
cp $(find /build/bin -iname "${SAMPLE_NAME}") /build/${SAMPLE_NAME}

FROM nvidia/cuda:12.5.0-base-ubi8
FROM nvidia/cuda:12.5.1-base-ubi8
ARG SAMPLE_NAME
LABEL io.k8s.display-name="NVIDIA CUDA ${SAMPLE_NAME} sample"
LABEL name="NVIDIA CUDA ${SAMPLE_NAME} sample"
Expand Down
4 changes: 2 additions & 2 deletions deployments/container/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM nvidia/cuda:12.5.0-devel-ubuntu22.04 AS builder
FROM nvidia/cuda:12.5.1-devel-ubuntu22.04 AS builder

ARG SAMPLE_NAME
ENV SAMPLE_NAME ${SAMPLE_NAME}
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C
make build && \
cp $(find /build/bin -iname "${SAMPLE_NAME}") /build/${SAMPLE_NAME}

FROM nvidia/cuda:12.5.0-base-ubuntu22.04
FROM nvidia/cuda:12.5.1-base-ubuntu22.04
ARG SAMPLE_NAME
LABEL io.k8s.display-name="NVIDIA CUDA ${SAMPLE_NAME} sample"
LABEL name="NVIDIA CUDA ${SAMPLE_NAME} sample"
Expand Down

0 comments on commit 73dfbd5

Please sign in to comment.