Skip to content

Add bagua installation in dockerfile #11283

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

Merged
merged 11 commits into from
Feb 24, 2022
Merged
4 changes: 4 additions & 0 deletions dockers/base-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ RUN \
# install DeepSpeed
pip install deepspeed==0.5.7

RUN \
# install Bagua
pip install bagua-cuda${CUDA_VERSION//.}==0.9.0

RUN \
# Show what we have
pip --version && \
Expand Down