mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
update
This commit is contained in:
parent
d3c07d4035
commit
1bf0bdc765
1 changed files with 1 additions and 1 deletions
|
|
@ -41,6 +41,6 @@ RUN mkdir -p /opt/cmake/bin && \
|
|||
ARG BUILD_UID=1000
|
||||
ARG BUILD_USER=onnxruntimedev
|
||||
WORKDIR /home/$BUILD_USER
|
||||
RUN adduser --gecos 'onnxruntime Build User' --disabled-password $BUILD_USER --uid $BUILD_UID
|
||||
RUN adduser --uid $BUILD_UID $BUILD_USER
|
||||
RUN adduser $BUILD_USER video
|
||||
USER $BUILD_USER
|
||||
|
|
|
|||
Loading…
Reference in a new issue