Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5ec5914

Browse filesBrowse files
committed
update scipy
1 parent 7859d81 commit 5ec5914
Copy full SHA for 5ec5914

File tree

1 file changed

+4
-6
lines changed
Filter options

1 file changed

+4
-6
lines changed

‎scipy/2/Dockerfile

Copy file name to clipboardExpand all lines: scipy/2/Dockerfile
+4-6Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime
99
COPY libs/* /tmp/
1010

1111
RUN apk update && \
12-
apk add --no-cache --virtual build-deps \
12+
apk add --no-cache --virtual .build-deps \
1313
g++ \
1414
ca-certificates \
1515
openntpd \
@@ -23,8 +23,8 @@ RUN apk update && \
2323
# Install cython, numpy, pandas, scipy
2424
export BLAS=~/src/BLAS/libfblas.a && \
2525
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 && \
2828
pip install scipy==0.18.1 && \
2929
# Clean up
3030
mv ~/src/BLAS/libfblas.a /tmp/ && \
@@ -37,6 +37,4 @@ RUN apk update && \
3737
rm -rf ~/.cache/pip && \
3838
# Remove all the extra build stuff
3939
apk del build-base "*-dev" && \
40-
apk del build-deps
41-
42-
40+
apk del .build-deps

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.