2024-04-01 13:47:56 +02:00
|
|
|
FROM ubuntu:latest
|
|
|
|
|
2024-06-01 18:26:54 +02:00
|
|
|
RUN apt update && apt install -y python3-pip git
|
2024-04-01 13:47:56 +02:00
|
|
|
|
2024-06-01 17:24:14 +02:00
|
|
|
RUN pip install pandas numpy scikit-learn tensorflow sacred pymongo --break-system-packages
|