Update 'lab10/Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-05-30 13:54:02 +02:00
parent 11a5dee75b
commit 3a0e326ad0

View File

@ -14,3 +14,4 @@ RUN pip3 install keras
RUN pip3 install GitPython
RUN pip3 install dvc
RUN pip3 install dvc[ssh] paramiko
RUN useradd -r -u 111 jenkins