Skip to content

Commit

Permalink
[0.28.0-dlc] fix the integration test to build on staging for gpu (#2313
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sindhuvahinis authored Aug 27, 2024
1 parent bf083ae commit 9fe4d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Install DJL-Bench
working-directory: benchmark
run: ./gradlew installOnLinux
run: ./gradlew installOnLinux -Pstaging
- name: Build container name
run: ./serving/docker/scripts/docker_name_builder.sh pytorch-gpu ${{ github.event.inputs.djl-version }}
- name: Download models and dockers
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
${{ runner.os }}-gradle-
- name: Install DJL-Bench
working-directory: benchmark
run: ./gradlew installOnLinux
run: ./gradlew installOnLinux -Pstaging
- name: Build container name
run: ./serving/docker/scripts/docker_name_builder.sh aarch64 ${{ github.event.inputs.djl-version }}
- name: Download models and dockers
Expand Down

0 comments on commit 9fe4d68

Please sign in to comment.