Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to miniforge3 #16

Merged
merged 6 commits into from
Jan 30, 2024
Merged

update to miniforge3 #16

merged 6 commits into from
Jan 30, 2024

Conversation

ReimarBauer
Copy link
Member

@ReimarBauer ReimarBauer commented Jan 22, 2024

closes #14

@ReimarBauer
Copy link
Member Author

@joernu76 that works locally, can you have a check please

@ReimarBauer ReimarBauer requested a review from joernu76 January 22, 2024 17:39
@ReimarBauer ReimarBauer changed the title update to miniforge update to miniforge3 Jan 22, 2024
Dockerfile Outdated
@@ -31,22 +31,22 @@ RUN export DEBIAN_FRONTEND=noninteractive \
ENV PYTHONPATH="/srv/mss:/root/mss"

# Install requirements, fetched from the specified branch
RUN wget -O /meta.yaml -q https://raw.githubusercontent.com/Open-MSS/MSS/${BRANCH}/localbuild/meta.yaml \
RUN wget -O /meta.yaml -q https://raw.githubusercontent.com/Open-MSS/MSS/${BRANCH}/localbuild/meta.yaml \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this change have a reason or was it by mistake?


# execute /etc/profile also in non-interactive use
ENV BASH_ENV /etc/profile.d/conda.sh
ENV BASH_ENV /etc/profile.d/mamba.sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when I install miniforge, I have to execute conda.sh and mamba.sh for everything to work...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joernu76 I tried locally with BRANCH set to develop and

docker run -it $(docker build -q .)
(base) root@e03e9a3fcf42:/# mamba activate mss-develop-env

Which failure have you seen?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had issues with an older version of the software. This was just a caveat. I approved the MR:

@ReimarBauer ReimarBauer merged commit 753d79a into main Jan 30, 2024
@ReimarBauer ReimarBauer deleted the i14 branch January 30, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mambaforge (Discouraged as of September 2023)
3 participants