Skip to content

Commit d2db6b2

Browse files
author
Leah Wasser
committed
testing formal docker build
1 parent 0bf3cb7 commit d2db6b2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ RUN conda env update -n root -f environment.yml
88

99
RUN conda info --envs
1010

11+
RUN conda list
12+
1113
RUN python -c "import rasterio"
1214

1315
RUN rm environment.yml
14-

environment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: earth-analytics-python
22
channels:
3+
- nodefaults
34
- conda-forge
5+
46
dependencies:
57
# Core scientific python
68
- numpy
79
- matplotlib
810
- python>=3.6
11+
- tornado=5.1.1
912
- pyqt
1013
- seaborn
1114
- tqdm

0 commit comments

Comments
 (0)