-
Notifications
You must be signed in to change notification settings - Fork 247
DRAFT: Build studios compatible images #629
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for nextflow-training ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Switch to cr.seqera.io/public/data-studio-vscode base image - Change workspace path from /workspace to /workspaces (Codespaces convention) - Add comprehensive VS Code settings for dark mode, auto-open terminal, and training directory - Pre-install nf-core extension pack for immediate availability - Patch init script to open VS Code in training directory by default - Add conservative JVM tuning to prevent Nextflow core dumps - Improve setup script with better Nextflow initialization and timing - Use heredoc syntax for cleaner settings.json formatting - Add proper variable usage with ${workspaceFolder} for terminal directory
@@ -0,0 +1,58 @@ | |||
|
|||
ARG CONNECT_CLIENT_VERSION="0.8-rc" |
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.
future improvement: the latest CONNECT_CLIENT_VERSION could be extracted from the release information in the repo https://github.com/seqeralabs/studio-templates. As we are still finalizing versioning of the connect and cliejt templates, this is something that can be added later
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.
looks good!
Thanks @endre-seqera ! |
Just mocking up how we might configure this to build for Studios. Works with DinD, test with cr.seqera.io/scidev/nextflow-training-studios