gaojin
0a4b2f19e3
use --no-cache-dir for docker build
...
use --no-cache can save about 90M
```
➜ freqtrade git:(develop) ✗ docker images freq
REPOSITORY TAG IMAGE ID CREATED SIZE
freq latest b15db8341067 7 minutes ago 800MB
➜ freqtrade git:(develop) ✗ docker images freq_nocache
REPOSITORY TAG IMAGE ID CREATED SIZE
freq_nocache latest e5731f28ac54 20 seconds ago 709MB
```
2018-09-17 10:37:25 +08:00
Matthias
a0bc17d1ef
Update dockerfile to 3.7.0
2018-08-12 13:59:50 +02:00
Axel Cherubin
0b825e96aa
fix talib bug on bollinger bands and other indicators when working on small assets, rise talib prescision and add test associated
2018-08-05 16:08:49 -04:00
Matthias
ebfcc0fc13
install numpy before ta-lib to fix build errors
2018-07-29 14:01:50 +02:00
Matthias
2b488d1da2
Update Dockerfile to 3.6.6
2018-07-07 14:52:39 +02:00
Matthias Voppichler
710c7daec5
update Docker image to python-3.6.5-slim
2018-04-22 09:21:09 +02:00
Matthias Voppichler
adf6244eda
Update dockerfile to python:3.6.4-slim-stretch
2018-03-08 19:25:42 +01:00
Pan Long
89ee0654f4
Use ENTRYPOINT instead of CMD so additional arguments can be supplied for docker run. ( #184 )
2017-12-14 18:41:40 +01:00
Roland Venesz
d266171ed8
Docker improvements (faster and more secure builds)
2017-10-13 15:47:13 +02:00
gcarq
8057333501
adapt Dockerfile for new project structure
2017-09-30 21:00:14 +02:00
gcarq
470f9b76bf
remove unneeded command
2017-09-08 17:40:29 +02:00
Janne Sinivirta
e28e2f62cd
install TA-lib in Dockerfile
2017-09-03 17:35:58 +03:00
Samuel Husso
02b4929e3f
Add docker support
2017-08-27 18:19:02 +03:00