nerfstudio
nerfstudio copied to clipboard
Error in docker run in nerfstudio in dockerhub
There is a typo on the running instructions on Windows in https://hub.docker.com/r/dromni/nerfstudio#! The notes mention that on windows the following syntax needs to be applied.
Please use -v 'C:\folder1\folder2:/workspace/'
Single quotes in a CMD window lead to errors. Instead it should read.
Please use -v "C:\folder1\folder2:/workspace/"