Skip to content

Commit

Permalink
Update config name for V3.2.0 in CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon committed Dec 8, 2022
1 parent b10717b commit 9587e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Example inference run via Docker with inference-time subtiles overlap to smooth-out results.
run: >
docker run
-v /var/data/cicd/CICD_github_assets/myria3d_V3.1.0/inputs/:/inputs/
-v /var/data/cicd/CICD_github_assets/myria3d_V3.1.0/outputs/:/outputs/
-v /var/data/cicd/CICD_github_assets/myria3d_V3.2.0/inputs/:/inputs/
-v /var/data/cicd/CICD_github_assets/myria3d_V3.2.0/outputs/:/outputs/
--ipc=host
--shm-size=2gb
myria3d
Expand Down

0 comments on commit 9587e80

Please sign in to comment.