[docker] add tensornvme in docker (#1354)

* add tensornvme in docker

* fix dockerfile

* fix dockerfile
This commit is contained in:
ver217
2022-07-21 17:44:00 +08:00
committed by GitHub
parent 6b43c789fd
commit 38fd8844c0

View File

@@ -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 .