Skip to content

Commit

Permalink
We do not use the ilab target in Containerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Walsh <[email protected]>
  • Loading branch information
rhatdan committed Jul 22, 2024
1 parent 0c5d7f7 commit 0b5a769
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions training/amd-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
ARG INSTRUCTLAB_IMAGE="quay.io/ai-lab/instructlab-amd:latest"
ARG BASEIMAGE="quay.io/centos-bootc/centos-bootc:stream9"

# Start with the instructlab image
FROM ${INSTRUCTLAB_IMAGE} AS ilab

# Define the base image for the second stage
FROM ${BASEIMAGE}

Expand Down
3 changes: 0 additions & 3 deletions training/nvidia-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ ARG DRIVER_TOOLKIT_IMAGE="quay.io/ai-lab/nvidia-builder:latest"
ARG BASEIMAGE="quay.io/centos-bootc/centos-bootc:stream9"
ARG INSTRUCTLAB_IMAGE="quay.io/ai-lab/instructlab-nvidia:latest"

# Start with the instructlab image
FROM ${INSTRUCTLAB_IMAGE} AS ilab

FROM ${DRIVER_TOOLKIT_IMAGE} as builder

ARG BASE_URL='https://us.download.nvidia.com/tesla'
Expand Down

0 comments on commit 0b5a769

Please sign in to comment.