Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker run point2cad error #5

Closed
wl8915 opened this issue Mar 7, 2024 · 1 comment
Closed

docker run point2cad error #5

wl8915 opened this issue Mar 7, 2024 · 1 comment

Comments

@wl8915
Copy link

wl8915 commented Mar 7, 2024

(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
Copy link
Author

wl8915 commented Mar 7, 2024

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!

@wl8915 wl8915 closed this as completed Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant