Skip to content

Commit

Permalink
Bump nvidia/cuda in /deployments/container
Browse files Browse the repository at this point in the history
Bumps nvidia/cuda from 12.6.1-base-ubi9 to 12.6.2-base-ubi9.

---
updated-dependencies:
- dependency-name: nvidia/cuda
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 81ccfad commit 01aef46
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.1-base-ubi9 as build
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9 as build

RUN yum install -y wget make git gcc

Expand All @@ -39,7 +39,7 @@ ARG GIT_COMMIT="unknown"
RUN make PREFIX=/artifacts cmds


FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi9

ENV NVIDIA_VISIBLE_DEVICES=void

Expand Down

0 comments on commit 01aef46

Please sign in to comment.