-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hotfix/1.2.3: New docker base image #55
Conversation
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.
The docker image built for me, but when I tried to execute source $MERMITHID_BUILD_PREFIX/setup.sh
inside the container, I got an error: bash: python: command not found
.
Perhaps that is because it needs python3?
@taliaweiss I think you're right. I changed the use of |
Thank you for making that change – sourcing the setup.sh file now works well! However, when I try to run a termite script ( I think this is what's happening: morphoorg/morpho#151
|
I get the same error as Talia. Is it possible that PyROOT is still build for python 2 instead of 3? |
The base image is now p8compute_dependencies:v1.0.0, which is based on Ubuntu 20.04 instead of CentOS.
Testing the build locally worked for me.