YujiaLiu76 / point2cad

Code for "Point2CAD: Reverse Engineering CAD Models from 3D Point Clouds"
Apache License 2.0
231 stars 26 forks source link

docker run point2cad error #5

Closed wl8915 closed 6 months ago

wl8915 commented 6 months ago

(1)follow your script ‘docker run -it --rm --gpus "device=$CUDA_VISIBLE_DEVICES" -v .:/work/point2cad toshas/point2cad:v1 python -m point2cad.main’ i get this message: “docker: Error response from daemon: create .: volume name is too short, names should be at least two alphanumeric characters. See 'docker run --help'.” (2)change script ‘docker run -it --rm --gpus "device=$CUDA_VISIBLE_DEVICES" -v /pyy/point2cad toshas/point2cad:v1 python -m point2cad.main’ .:work --> pyy , my project name is pyy i get this message: “ groupadd: GID '0' already exists useradd: group 'usergroup' does not exist error: failed switching to "user": unable to find user user: no matching entries in passwd file ” Please tell me how to solve this problem or how to run this program. Thanks。

wl8915 commented 6 months ago

docker run -it --rm --gpus "device=$CUDA_VISIBLE_DEVICES" -v “root_path”:/work/point2cad toshas/point2cad:v1 python -m point2cad.main "root_path" is your absolute project address。 Great project, thank you for your open source!