Discover and explore top open-source AI tools and projects—updated daily.
openaiDocker image for OpenAI Codex environments
Top 49.9% on SourcePulse
This repository provides a reference Docker image for the OpenAI Codex environment, enabling developers to customize and debug their setups locally. It aims to replicate the core components of the Codex development environment, facilitating a smoother workflow for users of OpenAI's coding tools.
How It Works
The image utilizes environment variables (e.g., CODEX_ENV_PYTHON_VERSION, CODEX_ENV_NODE_VERSION) to dynamically configure and install specified language runtimes and associated tools like pyenv, poetry, corepack, and yarn. This approach allows for flexible customization of the development environment, mirroring the capabilities of the actual Codex platform.
Quick Start & Requirements
docker pull ghcr.io/openai/codex-universal:latestdocker run --rm -it -e CODEX_ENV_PYTHON_VERSION=3.12 ... ghcr.io/openai/codex-universal:latestHighlighted Details
pyenv, poetry, uv, ruff, black, mypy, pyright, isort for Python; corepack, yarn, pnpm, npm for Node.js.Maintenance & Community
No specific community links or maintenance details are provided in the README.
Licensing & Compatibility
The repository does not explicitly state a license in the provided README.
Limitations & Caveats
This image is a reference implementation and not an identical environment to OpenAI Codex. Specific version support for languages is limited to those listed in the documentation.
1 week ago
Inactive
langchain-ai