Skip to content

Commit

Permalink
Use docker extra in Secure code execution docs (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova authored Feb 25, 2025
1 parent 90c9e85 commit b577f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/en/tutorials/secure_code_execution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ print(execution_logs)
#### Installation

1. [Install Docker on your system](https://docs.docker.com/get-started/get-docker/)
2. Install the Python Docker package:
2. Install the required packages:
```bash
pip install docker
pip install 'smolagents[docker]'
```

#### Setting up the docker sandbox
Expand Down

0 comments on commit b577f4f

Please sign in to comment.