[NPU] Change npu.Dockerfile working directory to /sgl-workspace (#38968)
This commit is contained in:
@@ -33,7 +33,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
|
|||||||
echo "Unsupported TARGETARCH: $TARGETARCH"; exit 1; \
|
echo "Unsupported TARGETARCH: $TARGETARCH"; exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /sgl-workspace
|
||||||
|
|
||||||
# Define environments
|
# Define environments
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|||||||
Reference in New Issue
Block a user