try to fix jenkins

This commit is contained in:
PawelDopierala 2024-05-20 15:56:51 +02:00
parent a65d383862
commit 2e4183a4ff
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:latest
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y python3-pip && \ 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 RUN useradd -ms /bin/bash jenkins