Create an environment
How to create a new custom environment from a Docker build script
Step-by-step tutorial
- Navigate to the creation page via Analysis β Environments β Create Environment
- Enter environment details such as title, description, and intended scientific technique:
- On the next page, click CREATE SCRIPT:
- Write (or copy-paste) a Docker build script into the editor, keeping the following in mind:
- Currently, only ubuntu:22.04 is available as a base image
- If you upload a supporting file,
script.sh
, you can copy the file into the container from the./script.sh
location
- On the next page, review your environment configuration and click START BUILD:
- On the build confirmation page, you can either wait for the environment build to finish to review the build output:
or you can navigate to the environments overview table at Environments β Environments, choose your newly created environment, and review the build output from there:
- Environments can be used personally for starting sessions with specific configurations and/or launching jobs. They can also be shared with collaborators. Before sharing an environment, make sure you have the rights to redistribute any software within it.
CloudPlay
References
[1] https://xds.mr.mpg.de/
[2] https://github.com/dectris/neggia