From 2e4183a4ff7912af9c425f674300d12e31577734 Mon Sep 17 00:00:00 2001 From: PawelDopierala Date: Mon, 20 May 2024 15:56:51 +0200 Subject: [PATCH] try to fix jenkins --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d63e477..47596ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:latest RUN apt-get update && \ apt-get install -y python3-pip && \ - pip3 install kaggle pandas scikit-learn tensorflow matplotlib mlflow + pip3 install kaggle pandas scikit-learn tensorflow matplotlib RUN useradd -ms /bin/bash jenkins