We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fdd78 commit d98a290Copy full SHA for d98a290
.github/actions/deploy-ubuntu/action.yml
@@ -24,7 +24,7 @@ runs:
24
$SUDO fallocate -l 4GB /swapfile
25
$SUDO chmod 600 /swapfile
26
$SUDO mkswap /swapfile
27
- $SUDO swapon /swapfile
+ $SUDO swapon /swapfile || true
28
29
mkdir -p .ccache
30
echo "max_size = 2.0G" > .ccache/ccache.conf
.github/workflows/tritonserver.yml
@@ -19,6 +19,6 @@ env:
19
jobs:
20
linux-x86_64:
21
runs-on: ubuntu-20.04
22
- container: nvcr.io/nvidia/tritonserver:24.07-py3
+ container: nvcr.io/nvidia/tritonserver:24.07-tf2-python-py3
23
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
0 commit comments