You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the docker installation, but I think I'm missing a few steps. I got in a situazione where I was able to install the docker image, but I'm not entirely sure I'm using it correctly because:
to run opensplat from the docker I use a kind of verbose docker command I cobbled together with chatgpt
opensplat defaults to use CPU instead of GPU (I had to pass --gpus all to docker run)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm trying to use the docker installation, but I think I'm missing a few steps. I got in a situazione where I was able to install the docker image, but I'm not entirely sure I'm using it correctly because:
opensplat defaults to use CPU instead of GPU(I had to pass--gpus all
todocker run
)My setup:
My installation steps:
git clone https://github.com/pierotofy/OpenSplat OpenSplat
cd OpenSplat
docker build -t opensplat .
the images get created successfully, but now I'm unable to follow the run section instruction
Wading trough chatgpt I was able to successfully run
opensplat
command by using a command like thisBut opensplat will declare using the CPU (because I didn't pass
--gpu all
)I feel I'm missing something.
NOTE: I feel the gpu acceleration should work, because I'm using(yep I checked that one and remembered I needed to passnodeodm:gpu
--gpu all
Beta Was this translation helpful? Give feedback.
All reactions