Skip to content

Commit

Permalink
Add information about username ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodruiz committed Oct 10, 2024
1 parent 57670c2 commit 6fe11a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can follow the steps [here](https://docs.docker.com/engine/install/ubuntu/).
6. __Upgrade Linux Kernel.__

```sh
./setup_riallto_linux.sh <your license file>
./setup_riallto_linux.sh <your license file> <username (optional)>
```

This command will check the kernel version and if the `xdna-driver` has been installed. If the Linux kernel is not `6.10` or the NPU device drivers are missing, it will build them within a docker and install them on the host machine. This takes about 10 minutes to run and after completing successfully the user will be asked to restart.
Expand All @@ -52,11 +52,15 @@ You can follow the steps [here](https://docs.docker.com/engine/install/ubuntu/).
8. __Install Riallto by creating its Docker container.__

```sh
./setup_riallto_linux.sh <your license file>
./setup_riallto_linux.sh <your license file> <username (optional)>
```

This will build the Riallto Docker and will take about 20 minutes.

```{note}
You can specify a username to indicate the ownership of the files created inside the Docker container. If no username is specified, the default username is `$USER`.
```

## Running Tests

Verify the correct installation of Riallto. Inside the `Riallto/scripts/linux` directory, you will find the `run_pytest.sh` script.
Expand Down

0 comments on commit 6fe11a0

Please sign in to comment.