mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-02 09:38:05 +00:00
added docker documentation (#152)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
FROM nvcr.io/nvidia/pytorch:21.07-py3
|
||||
|
||||
# install dependencies
|
||||
RUN pip install -U pip setuptools wheel \
|
||||
RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple \
|
||||
&& pip install -U pip setuptools wheel \
|
||||
&& pip install pytest tensorboard deepspeed apex
|
||||
|
||||
# install colossalai
|
||||
|
Reference in New Issue
Block a user