1
0

Repaired the circle snipping.

This commit is contained in:
2022-07-03 23:44:49 +02:00
parent a2eef37c96
commit d6eb952226
5 changed files with 239 additions and 1373 deletions

View File

@ -4,26 +4,15 @@ services:
build:
context: pyrate
dockerfile: pyrate.dockerfile
restart: no
restart: "no"
container_name: pyrate
ports:
- 8888:8888
- "8888:8888"
volumes:
- ./experiments:/pyrate/experiments
- ./data:/pyrate/data
# scale: 1
pyrate-gen:
build:
context: pyrate
dockerfile: pyrate.data_generator.dockerfile
restart: unless-stopped
volumes:
- ./data:/pyrate/data
environment:
- save_frequency=50
- seed_start=150
- continues=False
scale: 2
volumes:
experiments: