This commit is contained in:
Alagris 2021-06-06 19:07:28 +02:00
parent 1b7493a9dd
commit 47700aa9e4

View File

@ -9,7 +9,7 @@ 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 pip3 install setuptools-rust
#RUN pip3 install dvc[ssh] paramiko
RUN apt-get install curl
RUN apt install -y curl
RUN curl https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh
RUN ./Anaconda3-2021.05-Linux-x86_64.sh
RUN conda install -c conda-forge dvc-ssh