Skip to content

Commit

Permalink
Merge pull request #64 from NVIDIA/dependabot/docker/deployments/cont…
Browse files Browse the repository at this point in the history
…ainer/nvidia/cuda-12.8.0-base-ubi9

Bump nvidia/cuda from 12.6.3-base-ubi9 to 12.8.0-base-ubi9 in /deployments/container
  • Loading branch information
tariq1890 authored Jan 27, 2025
2 parents be4be66 + 80c1338 commit 2e90957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/container/Dockerfile.ubi9
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.6.3-base-ubi9 AS build
FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9 AS build

WORKDIR /work

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

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

FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9
FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9

ARG TARGETARCH

Expand Down

0 comments on commit 2e90957

Please sign in to comment.