mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-25 13:48:49 +08:00
add dockerfile
This commit is contained in:
parent
07485b621d
commit
5fc488daff
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM alpine
|
||||
RUN apk update && apk add make gcc linux-headers git perl musl-dev go
|
||||
RUN git clone https://github.com/xianyi/OpenBLAS && cd OpenBLAS && make && make PREFIX=/usr install
|
||||
RUN mkdir -p /go/src /go/bin /go/pkg
|
||||
ENV GOPATH=/go
|
||||
RUN go get github.com/gonum/blas github.com/sjwhitworth/golearn
|
Loading…
x
Reference in New Issue
Block a user