2024-04-01 13:47:56 +02:00
|
|
|
FROM ubuntu:latest
|
|
|
|
|
2024-04-01 19:14:34 +02:00
|
|
|
RUN apt update && apt install -y python3-pip
|
2024-04-01 13:47:56 +02:00
|
|
|
|
2024-06-01 17:54:53 +02:00
|
|
|
RUN pip install pandas numpy scikit-learn tensorflow matplotlib --break-system-packages
|