From 01c7e9756f2af1e93d9317c7742d0b2845ab946c Mon Sep 17 00:00:00 2001
From: clearml <>
Date: Mon, 13 Jan 2025 18:38:04 +0200
Subject: [PATCH] Update github repo link
---
LICENSE | 2 +-
README.md | 8 ++++----
clearml_session/interactive_session_task.py | 2 +-
setup.py | 8 ++++----
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/LICENSE b/LICENSE
index 261eeb9..9700080 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright [yyyy] [name of copyright owner]
+ Copyright 2025 ClearML Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.md b/README.md
index 03737fd..0f0a1b3 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-
+
## **`clearml-session` CLI for launching JupyterLab / VSCode / SSH on a remote machine**
## 🔥 NEW in version `0.13` [Workspace Syncing](#-store-and-synchronize-interactive-session-workspace) 🚀
-[![GitHub license](https://img.shields.io/github/license/allegroai/clearml-session.svg)](https://img.shields.io/github/license/allegroai/clearml-session.svg)
+[![GitHub license](https://img.shields.io/github/license/clearml/clearml-session.svg)](https://img.shields.io/github/license/clearml/clearml-session.svg)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/clearml-session.svg)](https://img.shields.io/pypi/pyversions/clearml-session.svg)
[![PyPI version shields.io](https://img.shields.io/pypi/v/clearml-session.svg)](https://img.shields.io/pypi/v/clearml-session.svg)
[![PyPI status](https://img.shields.io/pypi/status/clearml-session.svg)](https://pypi.python.org/pypi/clearml-session/)
@@ -35,7 +35,7 @@ Read more about `clearml-agent` and interactive sessions [here](https://clear.ml
`clearml-session` will automatically create a snapshot of your entire workspace when shutting it down,
and later restore into a new session on a different remote machine
-> ℹ️ **Remote PyCharm:** You can also work with PyCharm in a remote session over SSH. Use the [PyCharm Plugin](https://github.com/allegroai/clearml-pycharm-plugin) to automatically sync local configurations with a remote session.
+> ℹ️ **Remote PyCharm:** You can also work with PyCharm in a remote session over SSH. Use the [PyCharm Plugin](https://github.com/clearml/clearml-pycharm-plugin) to automatically sync local configurations with a remote session.
### Use-cases for remote interactive sessions:
@@ -46,7 +46,7 @@ and later restore into a new session on a different remote machine
## Prerequisites:
* **An SSH client installed on your machine** - To verify, open your terminal and execute `ssh`. If you did not receive an error, we are good to go.
-* At least one `clearml-agent` running on a remote host. See installation [details](https://github.com/allegroai/clearml-agent).
+* At least one `clearml-agent` running on a remote host. See installation [details](https://github.com/clearml/clearml-agent).
Supported OS: MacOS, Windows, Linux
diff --git a/clearml_session/interactive_session_task.py b/clearml_session/interactive_session_task.py
index 99723ea..d7e7249 100644
--- a/clearml_session/interactive_session_task.py
+++ b/clearml_session/interactive_session_task.py
@@ -665,7 +665,7 @@ def setup_ssh_server(hostname, hostnames, param, task, env):
print('WARNING: SSHd was not found defaulting to user-space dropbear sshd server')
dropbear_download_link = \
os.environ.get("CLEARML_DROPBEAR_EXEC") or \
- 'https://github.com/allegroai/dropbear/releases/download/DROPBEAR_CLEARML_2024.86/dropbearmulti'
+ 'https://github.com/clearml/dropbear/releases/download/DROPBEAR_CLEARML_2024.86/dropbearmulti'
dropbear = StorageManager.get_local_copy(dropbear_download_link, extract_archive=False)
os.chmod(dropbear, 0o744)
sshd_path = dropbear
diff --git a/setup.py b/setup.py
index 765a479..d35025e 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
"""
`clearml-session` - CLI for launching JupyterLab / VSCode on a remote machine
-https://github.com/allegroai/clearml-session
+https://github.com/clearml/clearml-session
"""
import os.path
@@ -38,9 +38,9 @@ setup(
long_description=long_description,
long_description_content_type='text/markdown',
# The project's main homepage.
- url='https://github.com/allegroai/clearml-session',
- author='Allegroai',
- author_email='clearml@allegro.ai',
+ url='https://github.com/clearml/clearml-session',
+ author='ClearML',
+ author_email='clearml@clear.ml',
license='Apache License 2.0',
classifiers=[
'Development Status :: 5 - Production/Stable',