Skip to content

Commit 4ee73bf

Browse files
authored
Merge pull request #151 from NVIDIA/dependabot/docker/deployments/container/nvidia/cuda-12.6.3-base-ubuntu20.04
Bump nvidia/cuda from 12.6.2-base-ubuntu20.04 to 12.6.3-base-ubuntu20.04 in /deployments/container
2 parents 8ba1738 + 603098c commit 4ee73bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployments/container/Dockerfile.ubi9

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-ubi9 as build
15+
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9 as build
1616

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

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

61-
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9
61+
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9
6262

6363
# Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver
6464
RUN dnf remove -y cuda-*

deployments/container/Dockerfile.ubuntu

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-ubuntu20.04 as build
15+
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu20.04 as build
1616

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

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

61-
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubuntu20.04
61+
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubuntu20.04
6262

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

0 commit comments

Comments
 (0)