mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 18:01:16 -07:00
Data folder restructuring in preparation for 361 (#376)
* initial checkin * gitignore and docker-compose update * readme update and error on hud * encoding issue * one more small README change * data roadmap re-strcuture * pyproject sort * small update to score output folders * checkpoint * couple of last fixes
This commit is contained in:
parent
3032a8305d
commit
543d147e61
66 changed files with 130 additions and 108 deletions
|
@ -1,13 +1,13 @@
|
|||
version: "3.4"
|
||||
services:
|
||||
score:
|
||||
image: j40_score
|
||||
container_name: j40_score_1
|
||||
build: score
|
||||
image: j40_data_pipeline
|
||||
container_name: j40_data_pipeline_1
|
||||
build: data/data-pipeline
|
||||
ports:
|
||||
- 8888:8888
|
||||
volumes:
|
||||
- ./score:/score
|
||||
- ./data/data-pipeline:/data-pipeline
|
||||
stdin_open: true
|
||||
tty: true
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue