Skip to content

Commit

Permalink
Try to fix builds for Triton Inference Server on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Aug 12, 2024
1 parent 40fdd78 commit f1188d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
$SUDO fallocate -l 4GB /swapfile
$SUDO chmod 600 /swapfile
$SUDO mkswap /swapfile
$SUDO swapon /swapfile
$SUDO swapon /swapfile || true
mkdir -p .ccache
echo "max_size = 2.0G" > .ccache/ccache.conf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tritonserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ env:
jobs:
linux-x86_64:
runs-on: ubuntu-20.04
container: nvcr.io/nvidia/tritonserver:24.07-py3
container: nvcr.io/nvidia/tritonserver:24.07-py3-min
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions

0 comments on commit f1188d1

Please sign in to comment.