From c34434d7c390d9ff4805e6255577b5e9c8bfa25f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciek=20B=C4=85k?= Date: Mon, 15 May 2023 17:23:59 +0200 Subject: [PATCH] fix: first stable mambaroge version --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5aebdaa..7c664e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:22.04 # Set metadata -LABEL version="1.0.4" +LABEL version="1.0.5" LABEL maintainer="Maciek Bak" # Set enviro vars @@ -37,8 +37,8 @@ RUN /bin/bash -c "wget https://github.com/conda-forge/miniforge/releases/downloa rm -f Mambaforge-23.1.0-1-Linux-x86_64.sh" # Set conda configuration & install conda-build and boa packages -RUN /bin/bash -c "conda config --system --set channel_priority strict && \ - conda env list" +#RUN /bin/bash -c "conda config --system --set channel_priority strict && \ +# conda env list" # Start the container CMD ["/bin/bash"]