Skip to content

Commit 167d0f8

Browse files
Update dockers/base-cuda/Dockerfile
Co-authored-by: Aki Nitta <[email protected]>
1 parent 57153f0 commit 167d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/base-cuda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN \
117117

118118
RUN \
119119
# install Bagua
120-
pip install bagua-cuda${BAGUA_CUDA_VERSION}==0.9.0
120+
pip install bagua-cuda${CUDA_VERSION//.}==0.9.0
121121

122122
RUN \
123123
# Show what we have

0 commit comments

Comments
 (0)