Skip to content

Commit f1188d1

Browse files
committed
Try to fix builds for Triton Inference Server on GitHub Actions
1 parent 40fdd78 commit f1188d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/deploy-ubuntu/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
$SUDO fallocate -l 4GB /swapfile
2525
$SUDO chmod 600 /swapfile
2626
$SUDO mkswap /swapfile
27-
$SUDO swapon /swapfile
27+
$SUDO swapon /swapfile || true
2828
2929
mkdir -p .ccache
3030
echo "max_size = 2.0G" > .ccache/ccache.conf

.github/workflows/tritonserver.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ env:
1919
jobs:
2020
linux-x86_64:
2121
runs-on: ubuntu-20.04
22-
container: nvcr.io/nvidia/tritonserver:24.07-py3
22+
container: nvcr.io/nvidia/tritonserver:24.07-py3-min
2323
steps:
2424
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions

0 commit comments

Comments
 (0)