build all images: added images.txt file
This commit is contained in:
parent
0fe306ff51
commit
31a1c36939
4
ReadMe.md
Normal file
4
ReadMe.md
Normal 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
17
images.txt
Normal 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
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user