From ddbdc61354aa9b7482b844102db8ec26b796326a Mon Sep 17 00:00:00 2001 From: Muhammad-Hazimi-Yusri <mhby1g21@soton.ac.uk> Date: Fri, 18 Oct 2024 12:50:43 +0100 Subject: [PATCH] added back docker run in attempt to fix first time run not working error --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b52d19..7393d97 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ d. For 360monodepth (uses Docker): ```cmd cd 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: -- GitLab