-
Notifications
You must be signed in to change notification settings - Fork 13
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
[NEW FEATURE] shapepipe docker image for canfar #598
Comments
Great @martinkilbinger we can discuss this in the dev meeting tomorrow! |
Updating this issue to modify the v1.4 docker image. Here are the version of python and packages, that are currently fixed in the existing conda environment yml file:
|
conda_list.txt |
Thanks, @martinkilbinger. I have now pinned all the python versions in the Dockerfile, using the versions specified in Martin's shapepipe-1 v1.4 environment and falling back to the main shapepipe master environment when no version was specified in the former. In the future I'd like to add a development version of the container that uses more recent package versions where possible. I decided not to try to pin the I have also forked Martin's shapepipe-1 repository and set up automatic Docker builds on the fork. It was remarkably easy. The built container lives here for now, and is accessible by clicking on "packages" just below "releases" on the right side of my shapepipe fork. Once we're happy with the container we can merge my fork back into Martin's branch. To install and test the new version of the container on candide, you can do:
Per @fabianhervaspeters' request I have installed ipython and jupyerlab in the container. I also found this guide on connecting the container to VS Code---basically you SSH directly into the container and run VS Code from inside the container. We can try to get this working together next week. Cheers! |
Canfar has a new science portal (jupyter environment), where we can submit jobs. Potentially easier to use than the existing VMs.
See https://www.canfar.net/science-portal/
Seb told me that if we want to have our own session to run ShapePipe, we need to create a docker image to install SP.
He gave me this github repo address for help:
https://github.com/opencadc/science-platform/tree/master/containers/session-containers/skaha-notebook
The text was updated successfully, but these errors were encountered: