yimeng
3/14/2018 - 6:46 AM

JR Risk control docker files

JR Risk control docker files

FROM alpine
COPY requirements.txt /
RUN apk update && apk add gcc cmake gdb python py2-pip cython-dev build-base openblas-dev --no-cache && \
    ln -s /usr/include/locale.h /usr/include/xlocale.h && \
    pip install -r requirements.txt --no-cache-dir
    
    
numpy == 1.11.2
pandas == 0.19.0
scipy == 0.18.1
scikit-learn == 0.18.1
xgboost == 0.6a1