Skip to content

Commit 8e50793

Browse files
authored
docs: Add note on running Docker without sudo in installation guides (#721)
1 parent 347e84f commit 8e50793

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ You can try above demos by running the following command:
7373

7474
### 🐳 Docker installation.
7575
Users must ensure Docker is installed before attempting most scenarios. Please refer to the [official 🐳Docker page](https://docs.docker.com/engine/install/) for installation instructions.
76+
Ensure the current user can run Docker commands **without using sudo**. You can verify this by executing `docker run hello-world`.
7677

7778
### 🐍 Create a Conda Environment
7879
- Create a new conda environment with Python (3.10 and 3.11 are well-tested in our CI):

docs/installation_and_configuration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Installation
1111
- for dev users: `See development <development.html>`_
1212

1313
**Install Docker**: RDAgent is designed for research and development, acting like a human researcher and developer. It can write and run code in various environments, primarily using Docker for code execution. This keeps the remaining dependencies simple. Users must ensure Docker is installed before attempting most scenarios. Please refer to the `official 🐳Docker page <https://docs.docker.com/engine/install/>`_ for installation instructions.
14+
Ensure the current user can run Docker commands **without using sudo**. You can verify this by executing `docker run hello-world`.
1415

1516
LiteLLM Backend Configuration
1617
=============================

0 commit comments

Comments
 (0)