2023-04-04 23:32:48 +02:00
|
|
|
FROM ubuntu:22.04
|
|
|
|
|
2023-04-04 23:57:13 +02:00
|
|
|
RUN apt update && apt install -y vim make python3 python3-pip python-is-python3 gcc g++ golang wget unzip git
|
2023-05-23 23:01:48 +02:00
|
|
|
RUN pip install pandas matplotlib scikit-learn tensorflow dvc dvc[ssh] paramiko
|
2023-05-23 23:24:17 +02:00
|
|
|
RUN useradd -r -u 111 jenkins
|
2023-04-04 23:32:48 +02:00
|
|
|
CMD "bash"
|