Skip to content

Commit 4b94897

Browse files
committed
refactor: enhance exec command
Signed-off-by: thxCode <[email protected]>
1 parent f81fe77 commit 4b94897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpustack_runtime/deployer/kuberentes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ def __init__(self, ws: kubernetes.stream.ws_client.WSClient):
15661566
super().__init__()
15671567
self._ws = ws
15681568
self._ws.run_forever(timeout=1)
1569-
# self._ws.write_stdin(self._ws.newline)
1569+
self._ws.write_stdin(b" \b")
15701570

15711571
@property
15721572
def closed(self) -> bool:

0 commit comments

Comments
 (0)