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

IDE (VSCode/PyCharm) connectivity support? #654

Open
elgalu opened this issue Aug 22, 2021 · 0 comments
Open

IDE (VSCode/PyCharm) connectivity support? #654

elgalu opened this issue Aug 22, 2021 · 0 comments

Comments

@elgalu
Copy link

elgalu commented Aug 22, 2021

Is it being considered to support VSCode and/or PyCharm IDE connectivity to offload local GPU debugging work into a Kubernetes GPU cluster (e.g. Python breakpoints) ?

Currently it's possible to arena submit [job] ... then arena attach JOB ... but the user would need to put some kind of sleep for the submit job not to end.

Also, in order to be able to connect a local IDE, kubectl attach doesn't suffice but would also require arena to transparently forward a SSH port. Is some sort of good UX being considered for such use cases?

If the user prefers to continue working on their local copy within their IDE then a continuously rsync should be kept running that updates the source code remotely in the GPU pod. Right now it seems something like --sync-source=. is not supported, i.e. to sync the files from the current directory in the user's laptop.

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

No branches or pull requests

1 participant