Skip to content

Commit 0537fd7

Browse files
committed
add bagua installation in dockerfile
1 parent ff20af4 commit 0537fd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dockers/base-cuda/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ RUN \
114114
# install DeepSpeed
115115
pip install deepspeed==0.5.4
116116

117+
RUN \
118+
# install Bagua
119+
curl -Ls https://raw.githubusercontent.com/BaguaSys/bagua/master/install_master.sh | bash
120+
117121
RUN \
118122
# Show what we have
119123
pip --version && \

0 commit comments

Comments
 (0)