We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a85093 commit f426608Copy full SHA for f426608
Dockerfile
@@ -102,4 +102,8 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1 \
102
# Externally accessible data is by default put in /data
103
WORKDIR /data
104
105
+ADD https://raw.githubusercontent.com/glw/docker_python3_opencv_exiv2/master/NDVI-calc.sh /data
106
+ADD https://raw.githubusercontent.com/glw/docker_python3_opencv_exiv2/master/tiff_2_jpg_convert.py /data
107
+ADD https://raw.githubusercontent.com/glw/docker_python3_opencv_exiv2/master/write_colormap_file.py /data
108
+
109
CMD ["/bin/bash"]
0 commit comments