-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
@joernu76 that works locally, can you have a check please |
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 \ |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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:
closes #14