mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-04 18:40:28 +00:00
[devops] fix extention building (#5427)
This commit is contained in:
@@ -37,7 +37,7 @@ RUN git clone https://github.com/NVIDIA/apex && \
|
||||
ARG VERSION=main
|
||||
RUN git clone -b ${VERSION} https://github.com/hpcaitech/ColossalAI.git \
|
||||
&& cd ./ColossalAI \
|
||||
&& CUDA_EXT=1 pip install -v --no-cache-dir .
|
||||
&& BUILD_EXT=1 pip install -v --no-cache-dir .
|
||||
|
||||
# install titans
|
||||
RUN pip install --no-cache-dir titans
|
||||
|
Reference in New Issue
Block a user