Dockerfile 182 Bytes
Newer Older
1
FROM hpcaitech/pytorch-cuda:1.10.1-11.3.0
Frank Lee's avatar
Frank Lee committed
2
3
4
5

# install colossalai
RUN git clone https://github.com/hpcaitech/ColossalAI.git \
 && cd ./ColossalAI \
ver217's avatar
ver217 committed
6
 && pip install -v --no-cache-dir .