-
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
Use containerised environment for python package development #34
Comments
Hi @rbeucher The squashfs should be mounted read-only, so there should be no chance for anyone (even the owner) to add things to it through normal use. Developing within the squashfs is a bit tricky, you pretty much need to follow the procedure in |
Hi @rbeucher ETA: The last few commits fix some issues around updating the existing scripts during the build process, so you may want to merge as much of that stuff as you can into the MED conda environments. |
That sounds really good! Thanks @dsroberts. I'm gonna check that |
Hi @dsroberts,
I was wondering how we could support Python package development in the containerized environment.
Doing a
pip install -e
does seem to install the package in the squash filesystem but I am not sure it will work.Also, my understanding is that anyone can do that and potentially mess up the squashfs... Am I right?
Romain
The text was updated successfully, but these errors were encountered: