Skip to content

Commit

Permalink
Merge pull request #622 from containers/when_run
Browse files Browse the repository at this point in the history
need to provide nvidia with oci artifacts
  • Loading branch information
cooktheryan committed Jun 24, 2024
2 parents 50a058d + e967ee1 commit 5e41848
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/training_bootc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ jobs:
- name: Login to Container Registry
run: podman login -u ${{ secrets.REGISTRY_USER }} -p ${{ secrets.REGISTRY_PASSWORD }} ${{ env.REGISTRY }}


- name: generate the local OCI assets
run: |
cd training
make -j vllm
make -j deepspeed
make -j instruct-nvidia
- name: Build Image
id: build_image
run: make bootc DRIVER_VERSION=${{ matrix.driver_version }} ARCH=${{ matrix.arch }} SSH_PUBKEY=~/.ssh/id_rsa.pub
Expand Down

0 comments on commit 5e41848

Please sign in to comment.