Skip to content

Commit 2140f59

Browse files
committed
test render input
Signed-off-by: jafraustro <jaime.fraustro.valdez@intel.com>
1 parent 4f2cefe commit 2140f59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

preset/deep-learning/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,14 @@ ARG GID=109
107107
RUN groupadd -g ${GID} render
108108
RUN usermod -aG root,sudo,video,render dev
109109
RUN echo 'dev:password' | chpasswd
110+
110111
USER dev
111112
WORKDIR /home/dev
112113

114+
ARG GID=110
115+
RUN groupadd -g ${GID} render &&\
116+
usermod -aG root,sudo,video,render dev
117+
113118
ENV CONDA_ROOT=/home/dev/conda
114119
ARG MINIFORGE_VERSION
115120
ARG PYTHON_VERSION

0 commit comments

Comments
 (0)