Skip to content

Commit 4a8b923

Browse files
authored
Merge pull request #72 from NVIDIA/dependabot/docker/deployments/container/nvidia/cuda-12.9.0-base-ubi9
Bump nvidia/cuda from 12.8.0-base-ubi9 to 12.9.0-base-ubi9 in /deployments/container
2 parents 258d7bf + 5577565 commit 4a8b923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.8.0-base-ubi9 AS build
15+
FROM nvcr.io/nvidia/cuda:12.9.0-base-ubi9 AS build
1616

1717
WORKDIR /work
1818

@@ -41,7 +41,7 @@ ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
4141

4242
RUN GOOS=linux go build -o nvdrain ./cmd/nvdrain
4343

44-
FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9
44+
FROM nvcr.io/nvidia/cuda:12.9.0-base-ubi9
4545

4646
ARG TARGETARCH
4747

0 commit comments

Comments
 (0)