Skip to content

Commit

Permalink
target support to Azure Linux 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Li authored and tariq1890 committed Aug 2, 2024
1 parent 01db23f commit a019667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azurelinux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG AZURE_LINUX_VERSION=''
FROM mcr.microsoft.com/cbl-mariner/base/core:${AZURE_LINUX_VERSION}
FROM mcr.microsoft.com/azurelinux/base/core:${AZURE_LINUX_VERSION}

ARG AZURE_LINUX_VERSION
ARG DRIVER_VERSION=''
Expand All @@ -13,7 +13,7 @@ COPY nvidia-driver /usr/local/bin
RUN tdnf -y install util-linux ca-certificates

RUN curl -fsSL -o /etc/yum.repos.d/mariner-nvidia.repo \
https://raw.githubusercontent.com/microsoft/CBL-Mariner/${AZURE_LINUX_VERSION}/toolkit/docs/nvidia/mariner-nvidia.repo
https://raw.githubusercontent.com/microsoft/azurelinux/${AZURE_LINUX_VERSION}/toolkit/docs/nvidia/mariner-nvidia.repo

# Create a location to store the pre-downloaded RPMs for installation during container runtime
RUN mkdir -p /opt/nvidia
Expand Down

0 comments on commit a019667

Please sign in to comment.