fix dokerfile lol
This commit is contained in:
parent
18e829cdec
commit
c2ad5a62fd
13
Dockerfile
13
Dockerfile
@ -16,12 +16,15 @@ RUN pip3 install pymongo
|
||||
|
||||
RUN pip3 install dvc[ssh] paramiko
|
||||
|
||||
#RUN mkdir -p ~/miniconda3
|
||||
#RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
|
||||
#RUN bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
|
||||
#RUN rm -rf ~/miniconda3/miniconda.sh
|
||||
RUN mkdir -p ~/miniconda3
|
||||
|
||||
#RUN ~/miniconda3/bin/conda init bash
|
||||
RUN apt-get install -y wget
|
||||
|
||||
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
|
||||
RUN bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
|
||||
RUN rm -rf ~/miniconda3/miniconda.sh
|
||||
|
||||
RUN ~/miniconda3/bin/conda init bash
|
||||
|
||||
RUN conda install -c conda-forge dvc-ssh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user