config.sh 264 B

12345678
  1. DOCKER_REGISTRY=ghcr.io
  2. DOCKER_ORG=opendevin
  3. DOCKER_BASE_DIR="./containers/runtime"
  4. # These two variables will be appended by the runtime_build.py script
  5. # DOCKER_IMAGE=
  6. # DOCKER_IMAGE_TAG=
  7. DOCKER_IMAGE=od_runtime
  8. DOCKER_IMAGE_TAG=od_v0.8.1_image_ubuntu_tag_22.04