Skip to content

Commit

Permalink
Merge pull request #506 from enriquebelarte/bootc-baseimages
Browse files Browse the repository at this point in the history
Add BASEIMAGE as argument to Containerfile
  • Loading branch information
rhatdan authored May 22, 2024
2 parents 9939d3b + a2bdde9 commit 8731842
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion training/amd-bootc/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM quay.io/centos-bootc/centos-bootc:stream9
ARG BASEIMAGE="quay.io/centos-bootc/centos-bootc:stream9"
FROM ${BASEIMAGE}

ADD rocm.repo /etc/yum.repos.d/rocm.repo

Expand Down

0 comments on commit 8731842

Please sign in to comment.