Mercurial > repos > perssond > coreograph
comparison Dockerfile @ 1:57f1260ca94e draft
"planemo upload commit fec9dc76b3dd17b14b02c2f04be9d30f71eba1ae"
author | watsocam |
---|---|
date | Fri, 11 Mar 2022 23:40:51 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:99308601eaa6 | 1:57f1260ca94e |
---|---|
1 FROM tensorflow/tensorflow:1.15.0-py3 | |
2 | |
3 RUN apt-get update | |
4 RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata | |
5 RUN apt-get install -y python3-opencv | |
6 RUN apt-get install -y libtiff5-dev git | |
7 | |
8 RUN pip install cython scikit-image==0.14.2 matplotlib tifffile==2020.2.16 scipy==1.1.0 opencv-python==4.3.0.36 | |
9 | |
10 RUN pip install git+https://github.com/FZJ-INM1-BDA/pytiff.git@0701f28e5862c26024e8daa34201005b16db4c8f | |
11 | |
12 COPY . /app |