Repaired the circle snipping.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user