Skip to content

Commit

Permalink
Merge branch 'main' into ppawl-add-a3-ultra
Browse files Browse the repository at this point in the history
  • Loading branch information
pawloch00 authored Dec 19, 2024
2 parents 8c6847e + 0c50671 commit e41cc73
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,25 @@ and the following CPU types:

# Prerequisites

xpk uses many tool to provide all neccessary functionalities. User must install following tools:
Following tools must be installed:

- python >= 3.10 (download from [here](https://www.python.org/downloads/))
- gcloud (install from [here](https://cloud.google.com/sdk/gcloud#download_and_install_the))
- go ([installation instructions](https://go.dev/doc/install))
- docker ([installation instruction](https://docs.docker.com/engine/install/))
- pip ([installation instruction](https://pip.pypa.io/en/stable/installation/))
- python venv ([installation instruction](https://virtualenv.pypa.io/en/latest/installation.html))
- make - please run below command.
```shell
#sudo may be required
apt install make
```
In addition, below dependencies will be installed with `make install` command:
- kubectl (install from [here](https://kubernetes.io/docs/tasks/tools/))
- kueuectl (install from [here](https://kueue.sigs.k8s.io/docs/reference/kubectl-kueue/installation/))
- kjob (installation instructions [here](https://github.com/kubernetes-sigs/kjob/blob/main/docs/installation.md))


# Installation
To install xpk, run the following command and install additional tools, mentioned in [prerequisites](#prerequisites). [Makefile](https://github.com/AI-Hypercomputer/xpk/blob/main/Makefile) provides a way to install all neccessary tools:

Expand Down

0 comments on commit e41cc73

Please sign in to comment.