another fix
This commit is contained in:
parent
5f731fa4a4
commit
d9594d611c
@ -24,10 +24,12 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -
|
|||||||
RUN bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
|
RUN bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
|
||||||
RUN rm -rf ~/miniconda3/miniconda.sh
|
RUN rm -rf ~/miniconda3/miniconda.sh
|
||||||
|
|
||||||
RUN exec bash
|
|
||||||
|
|
||||||
RUN ~/miniconda3/bin/conda init bash
|
RUN ~/miniconda3/bin/conda init bash
|
||||||
|
|
||||||
|
RUN exec bash
|
||||||
|
|
||||||
RUN conda install -c conda-forge dvc-ssh
|
RUN conda install -c conda-forge dvc-ssh
|
||||||
|
|
||||||
RUN apt install libssl3 libffi7
|
RUN apt install libssl3 libffi7
|
||||||
|
Loading…
Reference in New Issue
Block a user