Skip to content

Commit a27af0f

Browse files
awaelchlilexierule
authored andcommitted
Update colossalai version in Dockerfile (#16766)
update docker
1 parent c5b836a commit a27af0f

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
@@ -152,7 +152,7 @@ RUN \
152152
# install ColossalAI
153153
# TODO: 1.13 wheels are not released, remove skip once they are
154154
if [[ $PYTORCH_VERSION != "1.13" ]]; then \
155-
pip install "colossalai==0.2.3"; \
155+
pip install "colossalai==0.2.4"; \
156156
python -c "import colossalai; print(colossalai.__version__)" ; \
157157
fi
158158

0 commit comments

Comments
 (0)