Update 'lab10/Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-05-30 13:57:03 +02:00
parent 3a0e326ad0
commit d5ae5cd475
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ RUN pip3 install keras
RUN pip3 install GitPython
RUN pip3 install dvc
RUN pip3 install dvc[ssh] paramiko
RUN apt install -y sshpass openssh-client
RUN useradd -r -u 111 jenkins