Skip to content

Commit

Permalink
Merge pull request #1282 from run-ai/self-hosted-setup-airgap
Browse files Browse the repository at this point in the history
fix airgap script in self-hosted
  • Loading branch information
yarongol committed Dec 11, 2024
1 parent 582cb36 commit 701d61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/runai-setup/self-hosted/k8s/preparations.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Follow the prerequisites as explained in [Self-Hosted installation over Kubernet
Run the following script (you must dockerd installed and at least 20GB of free disk space to run):

```
sudo -E ./prepare_installation.sh
sudo -E ./setup.sh
```

If Docker is configured to [run as non-root](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user){target=_blank} then `sudo` is not required.
Expand Down

0 comments on commit 701d61d

Please sign in to comment.