chore: Regenerate all playbooks

This commit is contained in:
GitLab CI 2025-10-10 21:45:40 +00:00
parent e0535aa587
commit 1597e519e3
4 changed files with 6 additions and 18 deletions

View File

@ -60,15 +60,13 @@ Open a new terminal and test Docker access. In the terminal, run:
docker ps
```
If you see a permission denied error (something like `permission denied while trying to connect to the Docker daemon socket`), add your user to the docker group:
If you see a permission denied error (something like permission denied while trying to connect to the Docker daemon socket), add your user to the docker group, so that you don't need to use the command with sudo .
```bash
sudo usermod -aG docker $USER
newgrp docker
```
> **Warning**: After running usermod, you must log out and log back in to start a new
> session with updated group permissions.
## Step 2. Clone the repository
In a terminal, clone the repository and navigate to the flux-finetuning directory.

View File

@ -61,16 +61,13 @@ Open a new terminal and test Docker access. In the terminal, run:
docker ps
```
If you see a permission denied error (something like `permission denied while trying to connect to the Docker daemon socket`), add your user to the docker group:
If you see a permission denied error (something like permission denied while trying to connect to the Docker daemon socket), add your user to the docker group, so that you don't need to use the command with sudo .
```bash
sudo usermod -aG docker $USER
newgrp docker
```
> **Warning**: After running usermod, you must log out and log back in to start a new
> session with updated group permissions.
## Step 2. Clone the repository
In a terminal, clone the [GitHub](https://gitlab.com/nvidia/dgx-spark/temp-external-playbook-assets/dgx-spark-playbook-assets/-/blob/main) repository and navigate to the root directory of the multi-agent-chatbot project.

View File

@ -56,19 +56,13 @@ Open a new terminal and test Docker access. In the terminal, run:
docker ps
```
If you see a permission denied error (something like `permission denied while trying to connect to the Docker daemon socket`), add your user to the docker group:
If you see a permission denied error (something like permission denied while trying to connect to the Docker daemon socket), add your user to the docker group, so that you don't need to use the command with sudo .
```bash
sudo usermod -aG docker $USER
newgrp docker
```
Test Docker access again. In the terminal, run:
```bash
docker ps
```
## Step 2. Verify Docker setup and pull container
Pull the Open WebUI container image with integrated Ollama:

View File

@ -68,14 +68,13 @@ Open a new terminal and test Docker access. In the terminal, run:
docker ps
```
If you see a permission denied error (something like `permission denied while trying to connect to the Docker daemon socket`), add your user to the docker group:
If you see a permission denied error (something like permission denied while trying to connect to the Docker daemon socket), add your user to the docker group, so that you don't need to use the command with sudo .
```bash
sudo usermod -aG docker $USER
newgrp docker
```
> **Warning**: After running usermod, you must log out and log back in to start a new
> session with updated group permissions.
### Step 2. Run draft-target speculative decoding