Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Docker flow

Piotr Chromiec edited this page Jul 17, 2018 · 1 revision

Golem Unlimited flow

TODO

Golem Brass flow

Based on https://github.com/golemfactory/golem/blob/a7e17/golem/docker/manager.py

* all commands are run as separate process

Initialization

  • Read static file with images
  • pulls all images (if needed)
    • if pull is unsuccessful, then images are build and tagged

Job submission

Brass uses docker-py lib (as of time writing v 1.7.2)

  • creates containers (src) supplying path to python script wich will be executed (it invokes blender)
  • waits for result