File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ docker pull ghcr.io/openai/codex-universal:latest
1616
1717The below script shows how can you approximate the ` setup ` environment in Codex:
1818
19- ```
19+ ``` sh
20+ # See below for environment variable options.
21+ # This script mounts the current directory similar to how it would get cloned in.
2022docker run --rm -it \
21- # See below for environment variable options.
2223 -e CODEX_ENV_PYTHON_VERSION=3.12 \
2324 -e CODEX_ENV_NODE_VERSION=20 \
2425 -e CODEX_ENV_RUST_VERSION=1.87.0 \
2526 -e CODEX_ENV_GO_VERSION=1.23.8 \
2627 -e CODEX_ENV_SWIFT_VERSION=6.1 \
27- # Mount the current directory similar to how it would get cloned in.
2828 -v $( pwd) :/workspace/$( basename $( pwd) ) -w /workspace/$( basename $( pwd) ) \
2929 ghcr.io/openai/codex-universal:latest
3030```
You can’t perform that action at this time.
0 commit comments