Skip to content

Commit

Permalink
docs(fix): auth comment out one of the two auth options
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-encord committed Jan 10, 2025
1 parent 0b738e0 commit 0648151
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/prelabel_videos_with_bounding_boxes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"\n",
"os.environ[\"ENCORD_SSH_KEY\"] = \"private_key_file_content\"\n",
"# or you can set a path to a file\n",
"os.environ[\"ENCORD_SSH_KEY_FILE\"] = \"/path/to/your/private/key\""
"# os.environ[\"ENCORD_SSH_KEY_FILE\"] = \"/path/to/your/private/key\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/task_agent_set_priority.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"\n",
"os.environ[\"ENCORD_SSH_KEY\"] = \"private_key_file_content\"\n",
"# or you can set a path to a file\n",
"os.environ[\"ENCORD_SSH_KEY_FILE\"] = \"/path/to/your/private/key\""
"# os.environ[\"ENCORD_SSH_KEY_FILE\"] = \"/path/to/your/private/key\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/twin_project_label_transfer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"\n",
"os.environ[\"ENCORD_SSH_KEY\"] = \"private_key_file_content\"\n",
"# or you can set a path to a file\n",
"os.environ[\"ENCORD_SSH_KEY_FILE\"] = \"/path/to/your/private/key\""
"# os.environ[\"ENCORD_SSH_KEY_FILE\"] = \"/path/to/your/private/key\""
]
},
{
Expand Down

0 comments on commit 0648151

Please sign in to comment.