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"]