From d9594d611c0d8855a2dd141a78716457098c6670 Mon Sep 17 00:00:00 2001 From: eugene Date: Fri, 29 Sep 2023 20:03:25 +0200 Subject: [PATCH] another fix --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c3d2e9..4c7b115 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 rm -rf ~/miniconda3/miniconda.sh -RUN exec bash + RUN ~/miniconda3/bin/conda init bash +RUN exec bash + RUN conda install -c conda-forge dvc-ssh RUN apt install libssl3 libffi7