Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nvidia/cuda from 12.5.0-base-ubuntu20.04 to 12.5.1-base-ubuntu20.04 in /deployments/container #93

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 nvcr.io/nvidia/cuda:12.5.0-base-ubi8 as build
FROM nvcr.io/nvidia/cuda:12.5.1-base-ubi8 as build

SHELL ["/bin/bash", "-c"]

Expand Down Expand Up @@ -58,7 +58,7 @@ RUN go install -ldflags "-extldflags=-Wl,-z,lazy -s -w" \
github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk@${NVIDIA_CTK_VERSION} \
&& cp ${GOPATH}/bin/nvidia-ctk /artifacts/nvidia-ctk

FROM nvcr.io/nvidia/cuda:12.5.0-base-ubi8
FROM nvcr.io/nvidia/cuda:12.5.1-base-ubi8

# Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver
RUN dnf remove -y cuda-*
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 nvcr.io/nvidia/cuda:12.5.0-base-ubuntu20.04 as build
FROM nvcr.io/nvidia/cuda:12.5.1-base-ubuntu20.04 as build

SHELL ["/bin/bash", "-c"]

Expand Down Expand Up @@ -58,7 +58,7 @@ RUN go install -ldflags "-extldflags=-Wl,-z,lazy -s -w" \
github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk@${NVIDIA_CTK_VERSION} \
&& cp ${GOPATH}/bin/nvidia-ctk /artifacts/nvidia-ctk

FROM nvcr.io/nvidia/cuda:12.5.0-base-ubuntu20.04
FROM nvcr.io/nvidia/cuda:12.5.1-base-ubuntu20.04

# Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver
RUN apt-get --purge -y autoremove cuda-*
Expand Down