Commit Graph

21 Commits

Author SHA1 Message Date
Matthias 53db382695 Update dockerfile python version 2019-08-16 10:19:06 +02:00
Matthias dc12cacd50 Rename requirements-pi to requirements.common 2019-04-26 19:57:09 +02:00
Matthias bf2a39b76d Fix add requirements-pi.txt in dockerfile earlier
Avoids docker-build failure
2019-04-26 19:50:18 +02:00
Matthias 5e0e8de4f6 Version bump to 3.7.3 in docker file 2019-04-14 13:13:28 +02:00
Matthias e5498ca20f Add libssl-dev to fix #1604 2019-02-27 17:51:00 +01:00
Matthias dbf8ec6a20 Update dockerfile to python 3.7.2 2019-01-05 19:24:07 +01:00
Matthias 907761f994 Install ta-lib in Docker with script
works for travis, works for Docker
2018-10-21 13:15:14 +02:00
Matthias f04e4f2123
Fix trailing whitespace 2018-09-17 20:49:41 +02:00
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