ium_452639/Dockerfile
Robert Bendun 5cc9953cc4 mlflow
2023-05-15 05:31:35 +02:00

6 lines
205 B
Docker

FROM ubuntu:22.04
RUN apt update && apt install -y vim make python3 python3-pip python-is-python3 gcc g++ golang wget unzip git
RUN pip install pandas matplotlib scikit-learn tensorflow mlflow
CMD "bash"