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

feat: create an pre-defined dev env in one command #1685

Open
kemingy opened this issue Jul 3, 2023 · 0 comments
Open

feat: create an pre-defined dev env in one command #1685

kemingy opened this issue Jul 3, 2023 · 0 comments

Comments

@kemingy
Copy link
Member

kemingy commented Jul 3, 2023

Describe the feature

When I'm working on the demo of deep learning models, I want to have an almost out-of-the-box environment that contains torch, transformers, etc.

This environment doesn't have to be tracked by my local envd file since I won't update it. Although I might add more apt or pip packages, it's fine for me to do this for some specific scenarios.

It's similar to brev but for local (or self-host remote) development.

Requirements:

  • some pre-defined template environments like
    • basic CPU PyTorch env
    • basic GPU PyTorch env
    • Whisper env
  • choose device type (CPU/GPU)
  • mount a local dir
  • expose a port

Why do you need this feature?

No response

Additional context

No response

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

No branches or pull requests

1 participant