Skip to content
Snippets Groups Projects
Commit ddbdc613 authored by mhby1g21's avatar mhby1g21
Browse files

added back docker run in attempt to fix first time run not working error

parent 8d9807fe
Branches
Tags
1 merge request!2Updating readme
...@@ -84,6 +84,7 @@ d. For 360monodepth (uses Docker): ...@@ -84,6 +84,7 @@ d. For 360monodepth (uses Docker):
```cmd ```cmd
cd 360monodepth cd 360monodepth
docker build -t 360monodepth . docker build -t 360monodepth .
docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth sh -c "cd /monodepth/code/python/src; python3 main.py --expname test_experiment --blending_method all --grid_size 8x7"
``` ```
4. Configure paths: 4. Configure paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment