Skip to content

Commit

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

Bump nvidia/cuda from 12.5.0-base-ubi8 to 12.5.1-base-ubi8 in /deployments/container
  • Loading branch information
cdesiniotis authored Jul 15, 2024
2 parents 1c766d5 + ffbba67 commit 469479c
Showing 1 changed file with 2 additions and 2 deletions.
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

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.5.0-base-ubi8
FROM nvcr.io/nvidia/cuda:12.5.1-base-ubi8

ENV NVIDIA_VISIBLE_DEVICES=void

Expand Down

0 comments on commit 469479c

Please sign in to comment.