Skip to content

Commit

Permalink
fix: first stable mambaroge version
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek authored May 15, 2023
1 parent 51eac03 commit c34434d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"]

0 comments on commit c34434d

Please sign in to comment.