-
Notifications
You must be signed in to change notification settings - Fork 2
/
debug.sh
15 lines (13 loc) · 1.14 KB
/
debug.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# DEBUG
docker run -itd --name robustar \
-p 127.0.0.1:8080:80 \
-p 127.0.0.1:6848:8000 \
--mount type=bind,source=C:\\Robustar2\\dataset\\train,target=/Robustar2/dataset/train \
--mount type=bind,source=C:\\Robustar2\\dataset\\test,target=/Robustar2/dataset/test \
--mount type=bind,source=C:\\Robustar2\\influence_images,target=/Robustar2/influence_images \
--mount type=bind,source=C:\\Robustar2\\checkpoints,target=/Robustar2/checkpoint_images \
-v C:\\Robustar2\\configs.json:/Robustar2/configs.json \
"paulcccccch/robustar:cpu-0.0.1-beta"
# docker cp C:\\Robustar2\\configs.json robustar:/Robustar2/configs.json
# docker start robustar
# docker run -itd --name robustar -p 127.0.0.1:8080:80 -p 127.0.0.1:6848:8000 --mount type=bind,source=C:\\Robustar2\\dataset\\train,target=/Robustar2/dataset/train --mount type=bind,source=C:\\Robustar2\\dataset\\test,target=/Robustar2/dataset/test --mount type=bind,source=C:\\Robustar2\\influence_images,target=/Robustar2/influence_images --mount type=bind,source=C:\\Robustar2\\checkpoints,target=/Robustar2/checkpoint_images -v C:\\Robustar2\\configs.json:/Robustar2/configs.json "paulcccccch/robustar:cpu-0.0.1-beta"