Skip to content
New issue

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

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

Already on GitHub? # to your account

in Quick Start, build docker image and run with docker env command error #94

Closed
liuyuliang092 opened this issue May 19, 2022 · 1 comment

Comments

@liuyuliang092
Copy link

in Quick Start, build docker image and run with docker env command error,
in docs ,the command is {docker run --gpus device=all --rm --it --name "fedscope" -w $(pwd) alibaba/federatedscope:base-env-torch1.10 /bin/bash"},
it should be {docker run --gpus device=all --rm -it --name "fedscope" -w $(pwd) alibaba/federatedscope:base-env-torch1.10 /bin/bash"} or {docker run --gpus device=all --rm -i -t --name "fedscope" -w $(pwd) alibaba/federatedscope:base-env-torch1.10 /bin/bash"}

@rayrayraykk
Copy link
Collaborator

Thanks! We have fixed this in #95.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants