Skip to content

Commit 1143073

Browse files
committed
Merge branch 'master' into pywren-dev
2 parents 00fcbd0 + f9b411a commit 1143073

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GDAL layers
2+
FROM continuumio/miniconda3
3+
RUN conda install gdal
4+
5+
# pyrip layers
6+
RUN pip install pyrip
7+
8+
# Application layers
9+
RUN pip install ibm-cos-sdk pyarrow

0 commit comments

Comments
 (0)