Skip to content

Commit

Permalink
partial revert of microsoft#16215, don't override USER in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaily authored and groenenboomj committed Jul 27, 2023
1 parent 2829112 commit 0da9e5b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/ci_build/github/pai/rocm-ci-pipeline-env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,4 @@ RUN pip install \
RUN pip install torch-ort --no-dependencies
ENV ORTMODULE_ONNX_OPSET_VERSION=15

ARG BUILD_UID=1001
ARG BUILD_USER=onnxruntimedev
RUN adduser --uid $BUILD_UID $BUILD_USER
WORKDIR /home/$BUILD_USER
WORKDIR /stage

0 comments on commit 0da9e5b

Please sign in to comment.