Skip to content

Commit 8f46d6b

Browse files
committed
sudo
1 parent d924184 commit 8f46d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def make_template(
149149
if is_docker:
150150
start_cmd = "sudo /root/.jupyter/start-up.sh"
151151
else:
152-
start_cmd = "systemctl start jupyter"
152+
start_cmd = "sudo systemctl start jupyter"
153153

154154
return template.set_start_cmd(
155155
start_cmd, wait_for_url("http://localhost:49999/health")

0 commit comments

Comments
 (0)