[NPU] Change npu.Dockerfile working directory to /sgl-workspace (#38968)

This commit is contained in:
Jensen
2026-09-11 11:30:07 +03:00
committed by GitHub
parent ad5af539cd
commit 0bae67648a
+1 -1
View File
@@ -33,7 +33,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \
echo "Unsupported TARGETARCH: $TARGETARCH"; exit 1; \
fi
WORKDIR /workspace
WORKDIR /sgl-workspace
# Define environments
ENV DEBIAN_FRONTEND=noninteractive