Skip to content

Commit

Permalink
Correct mount path /usr/local/lib/python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman authored Apr 26, 2024
1 parent 3af98c5 commit f62117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Mount the source code `spleenseg_train.py` into a container to try out changes w

```shell
docker run --rm -it --userns=host -u $(id -u):$(id -g) \
-v $PWD/spleenseg_train.py:/usr/local/lib/python3.11/site-packages/spleenseg_train.py:ro \
-v $PWD/spleenseg_train.py:/usr/local/lib/python3.12/site-packages/spleenseg_train.py:ro \
-v $PWD/in:/incoming:ro -v $PWD/out:/outgoing:rw -w /outgoing \
localhost/fnndsc/pl-monai_spleenseg spleenseg_train /incoming /outgoing
```
Expand Down

0 comments on commit f62117d

Please sign in to comment.