Skip to content

Commit ddd4678

Browse files
committed
remove -e
1 parent 135ce67 commit ddd4678

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . /workspace/unified-cache-management
1111
RUN pip config set global.index-url ${PIP_INDEX_URL}
1212

1313
RUN 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"]

docker/Dockerfile-NPU

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN pip config set global.index-url ${PIP_INDEX_URL}
1212

1313
RUN 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"]

0 commit comments

Comments
 (0)