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

Drop the legacy dstack-gateway Python package #2251

Open
jvstme opened this issue Jan 31, 2025 · 0 comments
Open

Drop the legacy dstack-gateway Python package #2251

jvstme opened this issue Jan 31, 2025 · 0 comments
Labels
enhancement A non-feature improvement gateways

Comments

@jvstme
Copy link
Collaborator

jvstme commented Jan 31, 2025

Problem

Currently, the gateway installation and updates are performed using a chain of two packages. First, the dstack-gateway package is installed from s3. The dstack-gateway package depends on the dstack package, which contains the actual code used on gateways, so the dstack package is then installed from PyPI.

The dstack-gateway package is redundant and complicates the development process. Testing a local gateway version now requires building and making publicly accessible a development version of both the dstack-gateway and the dstack package.

Solution

Move the remaining code from dstack-gateway to dstack and drop dstack-gateway.

Workaround

No response

Would you like to help us implement this feature by sending a PR?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A non-feature improvement gateways
Projects
None yet
Development

No branches or pull requests

1 participant