Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/snnn/update_docker_files' into s…
Browse files Browse the repository at this point in the history
…nnn/update_docker_files
  • Loading branch information
snnn committed Feb 11, 2025
2 parents 19a6c59 + f46ac10 commit cb6a02a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ RUN ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ${CONDA_ENVIRONMENT_PATH}/bi
RUN apt update && apt install -y migraphx

RUN pip install numpy packaging ml_dtypes==0.5.0
ARG BUILD_UID=1001
ARG BUILD_UID=1000
ARG BUILD_USER=onnxruntimedev
RUN adduser --uid $BUILD_UID $BUILD_USER
RUN adduser --gecos 'onnxruntime Build User' --disabled-password $BUILD_USER --uid $BUILD_UID
USER $BUILD_USER
WORKDIR /home/$BUILD_USER
USER $BUILD_USER
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ RUN pip install packaging \
numpy==1.26.4

RUN apt install -y git
ARG BUILD_UID=1001
ARG BUILD_UID=1000
ARG BUILD_USER=onnxruntimedev
RUN adduser --uid $BUILD_UID $BUILD_USER
RUN adduser --gecos 'onnxruntime Build User' --disabled-password $BUILD_USER --uid $BUILD_UID
USER $BUILD_USER
WORKDIR /home/$BUILD_USER
USER $BUILD_USER

0 comments on commit cb6a02a

Please sign in to comment.