mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-27 19:36:13 +00:00
added docker image (#126)
This commit is contained in:
parent
293fb40c42
commit
42741dd4a3
10
docker/Dockerfile
Normal file
10
docker/Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM nvcr.io/nvidia/pytorch:21.07-py3
|
||||
|
||||
# install dependencies
|
||||
RUN pip install -U pip setuptools wheel \
|
||||
&& pip install pytest tensorboard deepspeed apex
|
||||
|
||||
# install colossalai
|
||||
RUN git clone https://github.com/hpcaitech/ColossalAI.git \
|
||||
&& cd ./ColossalAI \
|
||||
&& pip install -v --no-cache-dir --global-option="--cuda_ext" .
|
Loading…
Reference in New Issue
Block a user