build all images: added images.txt file

This commit is contained in:
Oleg Sheynin 2024-09-05 00:06:18 -04:00
parent 0fe306ff51
commit 31a1c36939
2 changed files with 21 additions and 0 deletions

4
ReadMe.md Normal file
View File

@ -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
```

17
images.txt Normal file
View File

@ -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