diff --git a/Dockerfile b/Dockerfile index eb23a8c..2565f3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ 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 jenkins jenkins +RUN useradd -r -u 111 jenkins