[go: up one dir, main page]

Menu

[9cd835]: / Dockerfile  Maximize  Restore  History

Download this file

11 lines (7 with data), 259 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#Download base image ubuntu 16.04
FROM ubuntu:16.04
# Update Ubuntu Software repository
RUN apt-get update
RUN bash ./docs/install/install-ta-lib.sh
RUN cp ./docs/install/config_test.json ./config/config.json
RUN python3 -m pip install -r requirements.txt