This commit is contained in:
s434732 2021-06-09 18:05:03 +02:00
parent fae14d38c1
commit 62d5429451

View File

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