Skip to content
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 a devcontainer.json #3632

Closed
coatless opened this issue Feb 23, 2024 · 1 comment · May be fixed by #3637
Closed

Add a devcontainer.json #3632

coatless opened this issue Feb 23, 2024 · 1 comment · May be fixed by #3637

Comments

@coatless
Copy link
Contributor

Or, adding in a devcontainer.json setup?

Sure, I think that could be nice (although it may still be painful to develop with mlpack on Windows!).

Originally posted by @rcurtin in #3603 (comment)

The goal of providing a devcontainer is to allow create a full-featured development environment within VS Code that:

  1. Can be used locally if Docker and VS Code are installed;
  2. May be used with GitHub's Codespaces (Docs) to instantly spin up a valid development environment.

For instance, if you click:

Open in GitHub Codespaces

Then, a codespace will instantiate with a pre-configured environment for RStudio Server. For more details, see: https://github.com/coatless-devcontainer/rstudio-server

With this being said, the devcontainer spec provides many different configuration options. So, we can quickly customize as needed.

The main concern would be what should be the base image being used. I think we can re-use one of the docker images published for Jenkins.

At a later time, we might also want to consider different devcontainer setups that load the necessary R/Go/Python/Julia components pre-installed.

Copy link

mlpack-bot bot commented Mar 24, 2024

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! 👍

@mlpack-bot mlpack-bot bot added the s: stale label Mar 24, 2024
@mlpack-bot mlpack-bot bot closed this as completed Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant