Skip to content

Commit 7e1f211

Browse files
[TensorDock] Remove the tensordock from supported backeds #3092
Added TODO
1 parent 69417f3 commit 7e1f211

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/dstack/_internal/core/backends/tensordock

src/dstack/_internal/core/backends/tensordock/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
from dstack._internal.core.models.common import CoreModel
66

7+
# TODO: TensorDock is deprecated and will be removed in the future
8+
79

810
class TensorDockAPIKeyCreds(CoreModel):
911
type: Annotated[Literal["api_key"], Field(description="The type of credentials")] = "api_key"

0 commit comments

Comments
 (0)