This commit is contained in:
Alagris 2021-06-06 19:59:46 +02:00
parent 86be18d793
commit b9da287939
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN apt update && apt install -y python3 python3-pip git locales
RUN pip3 install requests python-Levenshtein tqdm sacred pymongo mlflow
RUN pip3 install torch==1.8.1+cpu torchvision==0.9.1+cpu torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
RUN apt install -y libgit2-dev
RUN pip3 install setuptools-rust python-dev-tools libgit2
RUN pip3 install dvc[ssh] paramiko
# RUN apt install -y wget