This commit is contained in:
Mateusz 2024-06-01 18:26:54 +02:00
parent feef756ed0
commit 4c143f2574
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM ubuntu:latest
RUN apt update && apt install -y python3-pip
RUN apt update && apt install -y python3-pip git
RUN pip install pandas numpy scikit-learn tensorflow sacred pymongo --break-system-packages