- DOCKER_REGISTRY=ghcr.io
- DOCKER_ORG=opendevin
- DOCKER_BASE_DIR="./containers/runtime"
- # These two variables will be appended by the runtime_build.py script
- # DOCKER_IMAGE=
- # DOCKER_IMAGE_TAG=
- DOCKER_IMAGE=od_runtime
- DOCKER_IMAGE_TAG=od_v0.8.1_image_ubuntu_tag_22.04
|