Skip to content

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

Open
@kemingy

Description

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions