File tree 1 file changed +4
-6
lines changed
Filter options
1 file changed +4
-6
lines changed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime
9
9
COPY libs/* /tmp/
10
10
11
11
RUN apk update && \
12
- apk add --no-cache --virtual build-deps \
12
+ apk add --no-cache --virtual . build-deps \
13
13
g++ \
14
14
ca-certificates \
15
15
openntpd \
@@ -23,8 +23,8 @@ RUN apk update && \
23
23
# Install cython, numpy, pandas, scipy
24
24
export BLAS=~/src/BLAS/libfblas.a && \
25
25
export LAPACK=~/src/lapack-3.5.0/liblapack.a && \
26
- # pip install numpy==1.11.2 cython==0.25.1 && \
27
- # pip install pandas==0.19.1 && \
26
+ # pip install numpy==1.12.0 cython==0.25.2 && \
27
+ # pip install pandas==0.19.2 && \
28
28
pip install scipy==0.18.1 && \
29
29
# Clean up
30
30
mv ~/src/BLAS/libfblas.a /tmp/ && \
@@ -37,6 +37,4 @@ RUN apk update && \
37
37
rm -rf ~/.cache/pip && \
38
38
# Remove all the extra build stuff
39
39
apk del build-base "*-dev" && \
40
- apk del build-deps
41
-
42
-
40
+ apk del .build-deps
You can’t perform that action at this time.
0 commit comments