Add user to avoid "No user exists for uid 111" problem
This commit is contained in:
parent
f7306886c8
commit
75da6e7220
@ -3,3 +3,5 @@ FROM ubuntu:20.04
|
||||
RUN apt-get update
|
||||
RUN apt install -y python3 python3-pip openssh-client
|
||||
RUN pip3 install mlflow sklearn dvc 'dvc[ssh]' paramiko
|
||||
|
||||
RUN useradd -r -u 111 -g 113 jenkins
|
||||
|
Loading…
Reference in New Issue
Block a user