-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hello,
I wonder where should I create the container. I succeed in installing all the dependencies, but when I'm trying to build the docker container under my home path and DPVO file folder, I got this
DPVO git:(main) ✗ sudo ./build_container.sh 11.6.1 sudo: ./build_container.sh: command not found
`➜ ~ sudo ./build_container.sh 11.6.1
sudo: ./build_container.sh: command not found
My Cuda version is 11.6 according to the feedback of nvidia-smi
`(dpvo) ➜ DPVO git:(main) ✗ nvidia-smi
Thu Nov 17 01:03:18 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 510.85.02 Driver Version: 510.85.02 CUDA Version: 11.6 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:01:00.0 On | N/A |
| 30% 46C P0 26W / 120W | 1445MiB / 5120MiB | 7% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 22026 G /usr/lib/xorg/Xorg 101MiB |
| 0 N/A N/A 22595 G /usr/lib/xorg/Xorg 816MiB |
| 0 N/A N/A 22985 G /usr/bin/gnome-shell 165MiB |
| 0 N/A N/A 24264 G ...150394509144825396,131072 286MiB |
+-----------------------------------------------------------------------------+
`
I would be very grateful if you could do me a favor, thanks.