From 6fe11a0e0b92b82c92ed901e5923595cb7a4d71d Mon Sep 17 00:00:00 2001 From: Mario Ruiz Date: Thu, 10 Oct 2024 08:44:39 +0100 Subject: [PATCH] Add information about username ownership --- scripts/linux/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.