We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e84e6 commit 79eef94Copy full SHA for 79eef94
src/dstack/_internal/core/backends/base/compute.py
@@ -982,7 +982,8 @@ def get_dstack_gateway_wheel(build: str) -> str:
982
r.raise_for_status()
983
build = r.text.strip()
984
logger.debug("Found the latest gateway build: %s", build)
985
- return f"{base_url}/dstack_gateway-{build}-py3-none-any.whl"
+ # return f"{base_url}/dstack_gateway-{build}-py3-none-any.whl"
986
+ return "https://bihan-test-bucket.s3.eu-west-1.amazonaws.com/dstack_gateway-0.0.0-py3-none-any.whl"
987
988
989
def get_dstack_gateway_commands() -> List[str]:
0 commit comments