Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

docker

Method
This is a method of the SandboxConfig class in the config module.
Create a Docker sandbox configuration.

Signature

def docker(image: str) -> 'SandboxConfig'

Parameters

image
str
default:"'python:3.11-slim'"
No description available.

Returns

Returns
'SandboxConfig'
The result of the operation.

Uses

  • cls

Source

View on GitHub

praisonaiagents/sandbox/config.py at line 136