diff --git a/scripts/linux/README.md b/scripts/linux/README.md index fe859c8..a155b91 100644 --- a/scripts/linux/README.md +++ b/scripts/linux/README.md @@ -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 + ./setup_riallto_linux.sh ``` 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. @@ -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 + ./setup_riallto_linux.sh ``` 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.