Skip to content

Commit

Permalink
fix typo in context switch
Browse files Browse the repository at this point in the history
  • Loading branch information
haeggee authored Jan 20, 2024
1 parent 3a28ee5 commit 9b37cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ The step-by-step instructions for first time users to quickly get a notebook run
5. Switch between contexts and login to both clusters.
```bash
# Switch to the IC cluster
runai config cluster ic-cluster
runai config cluster ic-context
# Login to the cluster
runai login
# Check that things worked fine
runai list projects
# put your default project
runai config project mlo-$GASPAR_USERNAME
# Repeat for the RCP cluster
runai config cluster rcp-cluster
runai config cluster rcp-context
runai login
runai list projects
runai config project mlo-$GASPAR_USERNAME
Expand Down

0 comments on commit 9b37cb0

Please sign in to comment.