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

Remove Podman specific runArgs #208

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

RobertRosca
Copy link
Contributor

After #207 was merged I went to check if codespaces were working and there was an error as I left a podman-only command run argument in the configuration.

In the docs it's recommended to use this configuration when running with rootless podman, but it isn't compatible with docker, which most people (and the online based codespaces) use, so this patch comments it out and adds an explanation.

Copy link
Collaborator

@davidbrochart davidbrochart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for following up @RobertRosca.

@davidbrochart davidbrochart merged commit 1254225 into jupyter-server:main Aug 15, 2022
@RobertRosca
Copy link
Contributor Author

image

It's working now. If you click the green button on the main page for the repo (the one usually used for getting the http/ssh clone url) there's a codespaces tab, then "Create codespace on main" opens a new instance. Wait a minute or so for the dependencies/extensions to get installed and it's ready to go 🎉

@davidbrochart
Copy link
Collaborator

Hmmm for me it hangs on "Connecting...", do you know what could be the issue?

@davidbrochart
Copy link
Collaborator

So it works when I choose to open the codespace in VS Code Desktop, but not in the browser.
Anyway, this is awesome, thanks so much!

@RobertRosca RobertRosca deleted the patch-1 branch August 15, 2022 13:28
@RobertRosca
Copy link
Contributor Author

Hmm odd, I'm not sure why it's not working for you in the browser. You can try going to https://github.com/jupyter-server/jupyverse/codespaces, deleting any existing environments, and creating a new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants