From 5f731fa4a4bdc96351cd4dfe828e47a2c4cff22c Mon Sep 17 00:00:00 2001 From: eugene Date: Fri, 29 Sep 2023 20:00:42 +0200 Subject: [PATCH] another fix --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 081ea31..3c3d2e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,8 @@ 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 conda install -c conda-forge dvc-ssh