Dockerfile 267 字节
Newer Older
C
chenzhiyu 已提交
1 2 3 4 5 6 7 8 9 10 11 12
FROM python:3.7-alpine3.10

RUN apk add --no-cache --force-overwrite\
    g++  gfortran make cmake patchelf\
    git \
    linux-headers \
    libjpeg-turbo-dev \ 
    lapack-dev openblas-dev 
    
#RUN pip3 install scikit-build\
#    numpy pandas scipy \
#    opencv