ium_452639/Dockerfile
2023-05-23 23:24:17 +02:00

7 lines
250 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 dvc dvc[ssh] paramiko
RUN useradd -r -u 111 jenkins
CMD "bash"