This commit is contained in:
eugene 2023-09-29 20:29:04 +02:00
parent 828ec937f2
commit c611e240a2
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ RUN pip3 install pymongo
RUN pip3 install dvc[ssh] paramiko
RUN apt install -y sshpass openssh-client git
#RUN apt install python3.10-venv -y
#RUN python3 -m venv docker_ium
@ -30,4 +31,4 @@ WORKDIR /app
#RUN pip3 install tensorflow==2.12.*
#RUN useradd -r -u 111 jenkins
RUN useradd -r -u 111 jenkins