fix
This commit is contained in:
parent
968a816ad2
commit
2f0117af15
@ -7,8 +7,9 @@ RUN apt update && apt install -y python3 python3-pip git locales
|
|||||||
|
|
||||||
RUN pip3 install requests python-Levenshtein tqdm sacred pymongo mlflow
|
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 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 setuptools-rust
|
||||||
RUN pip3 install dvc[ssh] paramiko
|
#RUN pip3 install dvc[ssh] paramiko
|
||||||
|
RUN conda install -c conda-forge dvc-ssh
|
||||||
|
|
||||||
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen en_US.UTF-8
|
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen en_US.UTF-8
|
||||||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
|
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
|
||||||
|
Loading…
Reference in New Issue
Block a user