dependabot-preview[bot]
76a93fabc7
Bump python from 3.7.5-slim-stretch to 3.7.6-slim-stretch
...
Bumps python from 3.7.5-slim-stretch to 3.7.6-slim-stretch.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
6 years ago
Matthias
f3cfe147b5
Merge branch 'develop' into feat/new_args_system
7 years ago
Matthias
8a31b4c646
Update python base to 3.7.5 and install hyperopt dependencies
7 years ago
Matthias
52ff391c8a
Default dockerfile to "freqtrade trade"
7 years ago
Matthias
53db382695
Update dockerfile python version
7 years ago
Matthias
dc12cacd50
Rename requirements-pi to requirements.common
7 years ago
Matthias
bf2a39b76d
Fix add requirements-pi.txt in dockerfile earlier
...
Avoids docker-build failure
7 years ago
Matthias
5e0e8de4f6
Version bump to 3.7.3 in docker file
7 years ago
Matthias
e5498ca20f
Add libssl-dev to fix #1604
7 years ago
Matthias
dbf8ec6a20
Update dockerfile to python 3.7.2
7 years ago
Matthias
907761f994
Install ta-lib in Docker with script
...
works for travis, works for Docker
8 years ago
Matthias
f04e4f2123
Fix trailing whitespace
8 years ago
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
```
8 years ago
Matthias
a0bc17d1ef
Update dockerfile to 3.7.0
8 years ago
Axel Cherubin
0b825e96aa
fix talib bug on bollinger bands and other indicators when working on small assets, rise talib prescision and add test associated
8 years ago
Matthias
ebfcc0fc13
install numpy before ta-lib to fix build errors
8 years ago
Matthias
2b488d1da2
Update Dockerfile to 3.6.6
8 years ago
Matthias Voppichler
710c7daec5
update Docker image to python-3.6.5-slim
8 years ago
Matthias Voppichler
adf6244eda
Update dockerfile to python:3.6.4-slim-stretch
8 years ago
Pan Long
89ee0654f4
Use ENTRYPOINT instead of CMD so additional arguments can be supplied for docker run. ( #184 )
8 years ago
Roland Venesz
d266171ed8
Docker improvements (faster and more secure builds)
9 years ago
gcarq
8057333501
adapt Dockerfile for new project structure
9 years ago
gcarq
470f9b76bf
remove unneeded command
9 years ago
Janne Sinivirta
e28e2f62cd
install TA-lib in Dockerfile
9 years ago
Samuel Husso
02b4929e3f
Add docker support
9 years ago