diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..269aa53 --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,4 @@ +### Build all docker images from the file **images.txt** +```bash +for dimg in $(cat ./docker_dev/images.txt); do echo $dimg; ./docker_dev/build.sh $dimg; done +``` \ No newline at end of file diff --git a/images.txt b/images.txt new file mode 100644 index 0000000..167acc7 --- /dev/null +++ b/images.txt @@ -0,0 +1,17 @@ +config_service +market_data/alpaca_md_day +market_data/crypto_md_day +market_data/md_portal +market_data/md_recorder +market_data/md_recorder_monitor +market_data/relative_liquidity +research/fastai_jupyter +research/jupyter_gpu_pytorch +research/jupyter_gpu_tensorflow +trading/executor +trading/quant +trading/risk_mgr +trading/trader +trading/trading_recorder + +