mirror of https://github.com/hpcaitech/ColossalAI
[docker] add tensornvme in docker (#1354)
* add tensornvme in docker * fix dockerfile * fix dockerfilepull/1355/head
parent
6b43c789fd
commit
38fd8844c0
|
@ -15,3 +15,10 @@ RUN git clone https://github.com/hpcaitech/ColossalAI.git \
|
|||
|
||||
# install titans
|
||||
RUN pip install --no-cache-dir titans
|
||||
|
||||
# install tensornvme
|
||||
RUN conda install cmake && \
|
||||
git clone https://github.com/hpcaitech/TensorNVMe.git && \
|
||||
cd TensorNVMe && \
|
||||
pip install -r requirements.txt && \
|
||||
pip install -v --no-cache-dir .
|
Loading…
Reference in New Issue