-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add Dockerfile for DKRZ WPS Service and Example Notebooks #205
base: master
Are you sure you want to change the base?
Conversation
Hi @irfan-farmer , can you please clarify what is the context for this PR? |
Hi @EGI-ILM, I am working on the ENES RI / D4Science bridge. It is one of the deliverables for the IRISCC project, specifically establishing an interoperable gateway between the IS-ENES VRE and the IRISCC VRE platform. The Dockerfile sets up an environment to interact with the DKRZ WPS, and the example notebooks demonstrate this interoperability in practice. We wanted to test things, so we have been asked to push the image to this repo to be integrated into the D4Science platform. Please, let me know if any further details would be helpful! Thanks. |
Thanks @irfan-farmer for the explanation. |
Hi, I wanted to follow up on our conversation from a couple of weeks ago. While we don’t have a specific D4S ticket, we were advised by Enol Fernández from EGI to submit a PR request. I hope this provides some context, for a reference you can take a look at the ticket #27100 from April 2024. |
Many thanks, @irfan-farmer . Could you please open a new ticket in D4S assigned to EGI and referencing this PR? We need it because we need someone to deploy the image, there are different teams involved in the process. So once the image is created we need to get other team involved. Thanks |
Thanks for the quick response. Just to confirm, do we have to open the ticket @ https://support.d4science.org/ ? There are few other option there, I guess we need to click on "request support". |
Yes, that is the place. I am not sure how tickets reach us, but if you use "request support" it will eventually find us, especially if you mention to assign it to EGI. In the meantime, a few changes to the PR:
Thanks |
This PR adds a Dockerfile that sets up the environment and installs the necessary packages to call the DKRZ WPS service and run example notebooks. The example notebooks are included in the 'notebooks/' directory.