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 45f45b7

Browse filesBrowse files
committed
add pocad subproject, a image for sysdev
1 parent 8ca7784 commit 45f45b7
Copy full SHA for 45f45b7

File tree

Expand file treeCollapse file tree

2 files changed

+18
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+18
-0
lines changed

‎pocad/2/Dockerfile

Copy file name to clipboard
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# consult: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices
2+
# Forked: https://hub.docker.com/r/amancevice/pandas
3+
FROM phirov/python:2
4+
MAINTAINER phirov@163.com
5+
6+
RUN apk add --no-cache --virtual build-deps g++ && \
7+
pip install numpy==1.12.0 scipy==0.18.1 cython==0.25.2 && \
8+
pip install pandas==0.19.2 && \
9+
apk del build-deps

‎pocad/3/Dockerfile

Copy file name to clipboard
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# consult: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#/add-or-copy
2+
# Forked: https://hub.docker.com/r/amancevice/pandas
3+
FROM phirov/python:3
4+
MAINTAINER phirov@163.com
5+
6+
RUN apk add --no-cache --virtual .build-deps g++ && \
7+
pip3 install numpy==1.12.0 scipy==0.18.1 cython==0.25.2 && \
8+
pip3 install pandas==0.19.2 && \
9+
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.