Skip to content

Is the provision container actually needed? #779

@FerranAD

Description

@FerranAD

Hi! I am deploying BOPTEST locally to then use the gym interface and I see the following on the docker-compose.yml.

services:
  # A service to provision needed resources during development
  # The main task is to upload test cases
  # This is not a production container,
  # but the "boptest_submit" python module that is executed
  # by this service may be useful in provisioning a production environment
  provision:
    build: service/provision

But the instructions on the Boptest-gym repo say to run the following command:

docker compose up web worker provision

I ask since I would like to use the already built images offered for versions 0.7.1 and 0.8.0 at ghcr.io/ibpsa and I see there is none for the provision container, is it fine if I don't use it? What will I be missing? I don't fully understand what does "this service may be useful in provisioning a production environment" mean.

Thanks and congrats for the project!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions