fix sacred

This commit is contained in:
PawelDopierala 2024-06-12 12:25:51 +02:00
parent ebbe2fc766
commit 2eff6cce2c

View File

@ -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 sacred pymongo
pip3 install kaggle pandas scikit-learn tensorflow matplotlib mlflow sacred pymongo --break-system-packages
RUN useradd -ms /bin/bash jenkins