Skip to content

Commit

Permalink
Update docker-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Mar 7, 2023
1 parent 06081a1 commit f2a472b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: run
run: |
OUTPUT="$(pwd)/results"
OUTPUT="$(pwd)/../results"
mkdir -p $OUTPUT
docker run --rm --shm-size=256M \
--runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all \
Expand Down

0 comments on commit f2a472b

Please sign in to comment.