From 31a1c36939512d5a519bcab5089b24c3e960f8fe Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Thu, 5 Sep 2024 00:06:18 -0400 Subject: [PATCH] build all images: added images.txt file --- ReadMe.md | 4 ++++ images.txt | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 ReadMe.md create mode 100644 images.txt 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 + +