changed jenkinsfile

This commit is contained in:
piotr6789 2021-06-11 19:50:47 +02:00
parent ffb1db4cbe
commit d05e4f07bd

View File

@ -8,6 +8,8 @@ RUN apt install -y curl
RUN pip3 install --user wget
RUN pip3 install torch torchvision torchaudio
RUN pip3 install sacred && pip3 install GitPython && pip3 install pymongo
RUN pip3 install dvc
RUN pip3 install 'dvc[ssh]' paramiko
WORKDIR /app