diff --git a/config.template.toml b/config.template.toml index 15c4809ef..5a8ce3228 100644 --- a/config.template.toml +++ b/config.template.toml @@ -271,7 +271,7 @@ classpath = "my_package.my_module.MyCustomAgent" #user_id = 1000 # Container image to use for the sandbox -#base_container_image = "nikolaik/python-nodejs:python3.12-nodejs22" +#base_container_image = "ubuntu:24.04" # Use host network #use_host_network = false diff --git a/containers/runtime/README.md b/containers/runtime/README.md index 9fbed76aa..8b15471b4 100644 --- a/containers/runtime/README.md +++ b/containers/runtime/README.md @@ -7,6 +7,6 @@ The following command will generate a `Dockerfile` file for `nikolaik/python-nod ```bash poetry run python3 openhands/runtime/utils/runtime_build.py \ - --base_image nikolaik/python-nodejs:python3.12-nodejs22 \ + --base_image ubuntu:24.04 \ --build_folder containers/runtime ``` diff --git a/docs/usage/architecture/runtime.mdx b/docs/usage/architecture/runtime.mdx index 5ebcf3baf..63bc50b34 100644 --- a/docs/usage/architecture/runtime.mdx +++ b/docs/usage/architecture/runtime.mdx @@ -88,7 +88,7 @@ for only the openhands source This hash is built from the first 16 digits of the MD5 of: -- The name of the base image upon which the image was built (e.g.: `nikolaik/python-nodejs:python3.12-nodejs22`) +- The name of the base image upon which the image was built (e.g.: `ubuntu:22.04`) - The content of the `pyproject.toml` included in the image. - The content of the `poetry.lock` included in the image. diff --git a/docs/usage/configuration-options.mdx b/docs/usage/configuration-options.mdx index 2115a7b50..25cc27b2a 100644 --- a/docs/usage/configuration-options.mdx +++ b/docs/usage/configuration-options.mdx @@ -347,7 +347,7 @@ To use these with the docker command, pass in `-e SANDBOX_