-
Notifications
You must be signed in to change notification settings - Fork 64
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
Upstream ability to run commands as root via repo2docker #2663
Comments
I think if this is required, they must use a Dockerfile. repo2docker doesn't quite support this and I don't think it will. I'm also not sure that it is required to install code-server. |
I did some exploring on specifically installing code-server without being root user. It seems it can be installed with
Apparently supporting node 18 is tracked in coder/code-server#6230. Considering other options, repo2docker supports the |
I just learned that I now also ended up opining (jupyterhub/repo2docker#1009 (comment).) if the repo2docker should or shouldn't accept a feature allowing this, I think adding support for a |
I found channels:
- conda-forge
dependencies:
- pip
- python=3.10.*
- code-server
- pip:
- jupyter-vscode-proxy |
Carbonplan has transitioned to use repo2docker and can no longer install code-server which seem to require sudo rights. I responded that we'll explore if we can work this.
https://2i2c.freshdesk.com/a/tickets/758
The text was updated successfully, but these errors were encountered: