Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
update docker option in CI (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
ver217 authored Apr 16, 2022
1 parent 9df0c25 commit 98ced24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 60
container:
image: frankleeeee/pytorch-cuda:1.10.1-11.3.0
options: --gpus all --rm --ipc=host -v /data/scratch:/data
options: --gpus all --rm -v /data/scratch:/data
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit 98ced24

Please sign in to comment.