We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db8802 commit abc4831Copy full SHA for abc4831
.github/workflows/_ci.yaml
@@ -338,6 +338,7 @@ jobs:
338
docker run -i --shm-size=1g --gpus all \
339
--user $(id -u)$(id -g) \
340
-e HOME=/tmp \
341
+ -e PATH=/tmp/.local/bin:$PATH \
342
-v $PWD:/opt/output \
343
${{ needs.build-jax.outputs.DOCKER_TAG_FINAL }} \
344
bash <<"EOF" |& tee test-nsys-jax.log
0 commit comments