Sign inSign up

mdemirtas/railmon_base

By mdemirtas

•Updated over 7 years ago

Image
0

160

mdemirtas/railmon_base repository overview

FROM ubuntu:18.04

RUN apt-get update -y; apt-get upgrade -y;

RUN apt-get install testdisk ncdu htop meld git tree sshpass -y;

RUN apt-get install build-essential cmake unzip pkg-config -y; #developer tools

#skipped #RUN apt-get install nautilus-compare; RUN apt-get install libjpeg-dev libpng-dev libtiff-dev libavcodec-dev libavformat-dev libswscale-dev libv4l-dev libxvidcore-dev libx264-dev -y;

RUN apt-get install libatlas-base-dev gfortran -y;

RUN apt-get install libgtk-3-dev -y;

RUN apt install python3-pip -y ;

RUN pip3 install numpy; # a numerical library for python (it is like MATLAB for python)

RUN pip3 install scikit-image; #some image processing algorithms

RUN apt-get install python3-dev -y ; # Python 3 development headers

RUN pip3 install imutils; # basic image processing utility functions

RUN apt install libcurl4-openssl-dev libsqlite3-dev -y;

RUN apt-get update -y; apt-get upgrade -y;

Tag summary

Content type

Image

Digest

Size

605.5 MB

Last updated

over 7 years ago

docker pull mdemirtas/railmon_base