Skip to content

Commit

Permalink
Update colossalai version in Dockerfile (#16766)
Browse files Browse the repository at this point in the history
update docker
  • Loading branch information
awaelchli authored Feb 15, 2023
1 parent 0628ec8 commit 3b7f186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/base-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN \
# install ColossalAI
# TODO: 1.13 wheels are not released, remove skip once they are
if [[ $PYTORCH_VERSION != "1.13" ]]; then \
pip install "colossalai==0.2.3"; \
pip install "colossalai==0.2.4"; \
python -c "import colossalai; print(colossalai.__version__)" ; \
fi

Expand Down

0 comments on commit 3b7f186

Please sign in to comment.