You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Problem
Currently, the gateway installation and updates are performed using a chain of two packages. First, the
dstack-gateway
package is installed from s3. Thedstack-gateway
package depends on thedstack
package, which contains the actual code used on gateways, so thedstack
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 thedstack-gateway
and thedstack
package.Solution
Move the remaining code from
dstack-gateway
todstack
and dropdstack-gateway
.Workaround
No response
Would you like to help us implement this feature by sending a PR?
Yes
The text was updated successfully, but these errors were encountered: