File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY . /workspace/unified-cache-management
1111RUN pip config set global.index-url ${PIP_INDEX_URL}
1212
1313RUN export PLATFORM="cuda" && \
14- pip install -v -e /workspace/unified-cache-management --no-build-isolation
14+ pip install -v /workspace/unified-cache-management --no-build-isolation
1515
1616
17- ENTRYPOINT ["/bin/bash" ]
17+ ENTRYPOINT ["/bin/bash" ]
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ RUN pip config set global.index-url ${PIP_INDEX_URL}
1212
1313RUN export PLATFORM="ascend" && \
1414 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/Ascend/ascend-toolkit/latest/`uname -i`-linux/devlib && \
15- pip install -v -e /workspace/unified-cache-management --no-build-isolation
15+ pip install -v /workspace/unified-cache-management --no-build-isolation
1616
17- CMD ["/bin/bash"]
17+ CMD ["/bin/bash"]
You can’t perform that action at this time.
0 commit comments