diff --git a/colabcode/code.py b/colabcode/code.py index 42784bc..4885e33 100644 --- a/colabcode/code.py +++ b/colabcode/code.py @@ -48,7 +48,8 @@ def __init__( def _install_code(): subprocess.run(["wget", "https://code-server.dev/install.sh"], stdout=subprocess.PIPE) subprocess.run( - ["sh", "install.sh", "--version", f"{CODESERVER_VERSION}"], + # ["sh", "install.sh", "--version", f"{CODESERVER_VERSION}"], + ["sh", "install.sh"], stdout=subprocess.PIPE, )