docker-compose ERROR: Service ‘server‘ failed to build: the --mount option requires BuildKit. Refer

  1. export DOCKER_BUILDKIT=1 # or configure in daemon.json

  2. export COMPOSE_DOCKER_CLI_BUILD=1

  1. setx DOCKER_BUILDKIT 1 # or configure in daemon.json
  2. setx COMPOSE_DOCKER_CLI_BUILD 1

你可能感兴趣的:(数据标注,docker,容器,运维,labelstudio)