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
(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。
The text was updated successfully, but these errors were encountered:
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!
(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。
The text was updated successfully, but these errors were encountered: