Skip to content

Commit

Permalink
build on public infra
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g committed Jan 21, 2025
1 parent 85b419c commit dc63af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-test-publish-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,18 @@ on:
branches:
- main
- 'r**'
pull_request:

defaults:
run:
shell: bash -x -e -u -o pipefail {0}

jobs:
build-test-publish-wheel:
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@v0.12.2
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@ko3n1g/ci/build-wheel-public-infra
with:
image-name: nemo_run_container
dockerfile: Dockerfile
image-label: nemo-run
build-args: |
IMAGE_LABEL=nemo-run
NEMO_RUN_COMMIT=${{ github.event.pull_request.head.sha || github.sha }}
prune-filter-timerange: 24h
dry-run: true
python-package: nemo_run/src
container-workdir: /opt/NeMo-Run
environment: public
secrets:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
Expand Down
31 changes: 0 additions & 31 deletions Dockerfile

This file was deleted.

0 comments on commit dc63af2

Please sign in to comment.