[NPU] fix npu docker workspace directory (#39732)
Signed-off-by: xiedeyantu <czjourney@163.com> Co-authored-by: ronnie_zheng <zl19940307@163.com>
This commit is contained in:
@@ -33,7 +33,8 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
|
|||||||
echo "Unsupported TARGETARCH: $TARGETARCH"; exit 1; \
|
echo "Unsupported TARGETARCH: $TARGETARCH"; exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
WORKDIR /sgl-workspace
|
# Set workspace directory
|
||||||
|
WORKDIR /sgl-workspace/sglang
|
||||||
|
|
||||||
# Define environments
|
# Define environments
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|||||||
Reference in New Issue
Block a user