fix sacred

This commit is contained in:
PawelDopierala 2024-06-12 13:51:13 +02:00
parent 2a3f3aa273
commit 84d3301875

View File

@ -2,7 +2,7 @@ FROM ubuntu:latest
RUN apt-get update && \
apt-get install -y python3-pip && \
pip3 install pandas scikit-learn tensorflow sacred pymongo --break-system-packages
pip3 install pandas scikit-learn tensorflow sacred pymongo --break-system-packages git
RUN useradd -ms /bin/bash jenkins