Commit Graph

82 Commits

Author SHA1 Message Date
allegroai
b69e44fd3e Version bump to v1.13.0 2024-03-07 11:28:12 +02:00
allegroai
3f3cb50d45 Add Workspace Synchronization
- Update default docker to nvidia/cuda:11.6.2-runtime-ubuntu20.04
- Add --session-name --session-tag to allow setting session Task name and tags
- Add list/info/shutdown commands
- Add --store-workspace allowing remote session to store a specific folder and continue next session with a fully restored folder
- Add --disable-session-cleanup to disable old session cleanup
2024-03-07 11:24:11 +02:00
allegroai
39df1c1735 Version bump to v0.12.0 2024-02-07 17:37:53 +02:00
allegroai
9f2bce4efe Fix missing "DEBIAN_FRONTEND=noninteractive" when installing sshd 2024-02-07 17:35:24 +02:00
allegroai
fa3e37b8d3 Add  "traitlets" and "jupyterlab_git" for default environment for easier workflow (can be overridden with --packages) 2024-02-07 17:35:02 +02:00
allegroai
48ff0093ec Version bump v0.11.0 2023-12-07 16:09:03 +02:00
allegroai
f228e085eb Fix cached old Task ID causes session CLI to stop working due to APIError raised 2023-12-07 16:08:13 +02:00
allegroai
c5242d5470 Use wexpect_venv instead of wexpect due to https://github.com/raczben/wexpect/issues/26#issuecomment-1574339194 2023-12-07 16:07:36 +02:00
allegroai
d0c040dc25 Better message on "Enter" 2023-12-07 16:07:16 +02:00
allegroai
b1d81ec25e Version bump to v0.10.0 2023-10-09 13:59:02 +03:00
allegroai
eeb7583991 Fix always trust your vscode 2023-10-09 13:51:57 +03:00
allegroai
a843ef3321 Make sure we delete old tasks artifcats as well when deleting old session tasks 2023-10-09 13:51:38 +03:00
allegroai
4ad0e30091 Fix --upload-files should wait until artifact is fully uploaded 2023-10-09 13:51:01 +03:00
allegroai
5a7423069c Fix defaultInterpreterPath in vscode 2023-10-09 13:50:39 +03:00
allegroai
f86e897e7e Add --upload-files allowing to easily pass local files/folder into a remote session 2023-10-09 13:48:46 +03:00
allegroai
b5e4c5db76 Add default jupyter lab settings 2023-10-09 13:46:55 +03:00
allegroai
c229772ac3 Add vscode "security.workspace.trust.untrustedFiles" and "security.workspace.trust.startupPrompt" default configuration 2023-10-09 13:46:36 +03:00
allegroai
e38dfd51e3 Version bump to v0.9.0 2023-09-15 14:12:32 +03:00
allegroai
9d58110755 Fix SSH retry crash when password cannot be passed 2023-09-15 14:12:24 +03:00
allegroai
d98202bfb9 Version bump to v0.9.0rc0 2023-09-13 14:34:39 +03:00
allegroai
b61aa0beb4 Fix support for CLEARML_AUTH_TOKEN authentication 2023-09-13 14:34:25 +03:00
allegroai
c3952120b7 Use "getpass" instead of "input" for reading a password interactively 2023-09-13 14:33:56 +03:00
allegroai
83e42e4647 Version bump to v0.8.0 2023-09-03 13:09:16 +03:00
allegroai
12a5e81f1c Add --interactive ('i') for direct SSH console connection 2023-09-03 13:08:58 +03:00
allegroai
f6b7e9f4fa Version bump to v0.7.0 2023-07-20 12:09:26 +03:00
allegroai
62e471b130 Add --vscode-extensions enabling to specify bscode extensions to be installed (e.g. "ms-python.pylint,ms-python.flake8")
Add --force_dropbear to force using dropbear instead of SSHd
2023-07-20 12:05:56 +03:00
Jake Henning
969b45ac23
Merge pull request #23 from akfmdl/feature/update-latest-code-server
feat: update vscode version to 4.10.0
2023-07-20 12:02:10 +03:00
Jake Henning
2392e9a7d6
Merge pull request #25 from SyntenyBio/jday1/shortterm-bugfix-24
Bugfix 24: Added meaningful error message for symlink failure
2023-07-18 23:35:49 +03:00
Jake Henning
44827aec0a
Merge pull request #26 from mukhery/bugfix-key-login
bugfix: handle ssh key login
2023-07-18 23:35:03 +03:00
allegroai
9ee1397773 Version bump to 0.6.0 2023-07-05 08:47:11 +03:00
allegroai
b6b86b0f6b Remove "jupyterlab_git" from being installed when --jupyter-lab True, because it does not support jupyterlab>=4. Use --packages jupyterlab to force installation 2023-07-05 08:44:59 +03:00
allegroai
f99713ce76 Add shutdown support 2023-07-05 08:44:22 +03:00
allegroai
9f9881b0ef Add --yes to cmd line options (assume yes in all interactive questions) 2023-07-05 08:42:54 +03:00
allegroai
3294146761 Future proof clearml package support 2023-07-05 08:41:35 +03:00
Ryan Mukherjee
22ae1daaae
remove -N 2023-06-21 11:32:42 -04:00
Ryan Mukherjee
78ea4bf4f0
revert -N, add comment 2023-06-21 11:23:40 -04:00
Ryan Mukherjee
4a946d69a5
bugfix: handle ssh key login 2023-06-20 17:30:57 -04:00
James Day
9f5b49b605 Added meaningful error message for symlink failure 2023-06-15 10:31:17 +01:00
gorani
6ced62944b feat: replace duplicate env to TRAINS_CONFIG_FILE 2023-03-27 09:39:17 +09:00
gorani
b75b633847 feat: update vscode version to 4.10.0 2023-03-14 22:49:54 +09:00
gorani
87d196aabf refactor: duplicate environ value 2023-03-14 21:16:30 +09:00
allegroai
81fa3a77f7 Version bump to 0.4.0 2023-02-11 23:15:35 +02:00
allegroai
d4ab484dd3 Fix interactive nonroot set .profile 2023-02-11 23:15:02 +02:00
allegroai
2ce7e3fabd Fix env variables inherited by SSH 2023-02-11 23:14:44 +02:00
allegroai
d961c4b83d Add dropbear for non-root container SSH support 2023-02-11 23:14:11 +02:00
allegroai
fa3cd42893 Fix deprecated call 2023-02-11 23:13:47 +02:00
allegroai
d1020a5ae0 version bump 2022-09-15 13:45:26 +03:00
allegroai
a833af8a2a add traitlets to the requirements to help pip resolve new jupyterlab versions. allow to override vscode deb source 2022-09-15 13:45:17 +03:00
allegroai
210ce5ae4b Version bump to 0.3.7 2022-08-17 13:37:41 +03:00
allegroai
494cee65f8 Add default listing only shows "interactive" tagged queues 2022-08-17 13:37:29 +03:00