Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.47 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.47 KB

Experiment Factory Builder

  • CircleCI

This is the experiment factory builder. The experiment folders that you add to the folder experiments will be built into an experiment factory Docker Container, or you can select from the library by adding the name to the experiments.txt in this folder. I'm hoping to transform this into a CircleCi Orb so it can better serve as a service template.

Generally, you should do the following:

  1. For custom experiments, put experiment subfolders in experiments. Each should be served statically, and submit to /next
  2. For experiments from the library write the unique identifier (e.g., stroop tower-of-london) into the file experiments.txt.
  3. Connect the repository to Circle CI to build your experiment container!
  4. Optionally, you can add a Docker Hub username (DOCKER_USER) and password (DOCKER_PASS), along with a custom container name (CONTAINER_NAME), to the Circle CI environment. You will first need to create the repository for the associated container name on Docker Hub. This will not only build and test, but will build, test, and deploy your experiment container for others to use.