Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 928 Bytes

README.md

File metadata and controls

26 lines (26 loc) · 928 Bytes

Docker Tesnsorflow Opencv And Tools


This docker contains Tensoeflow-gpu, opencv and some scientific tools such as matplotlib, scipy, pandas. You can use it to quickly build your scientific research platform and let him play the maximum efficiency of docker.


Dependent environment: tensorflow/tensorflow:https://hub.docker.com/r/tensorflow/tensorflow Or you can use:

docker push yangdd/tensorflowgpuopencvandsometools:tagname

If you have any questions, you can contact me at yzhcode@gmail.com. I will give you the fastest answer.

root@4f4c38f2edbf:/# python
Python 3.5.2 (default, Nov 12 2018, 13:43:14) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow
>>> import numpy
>>> import seaborn
>>> import h5py
>>> import scipy
>>> import pandas
>>> import matplotlib
>>> import cv2
>>> exit()
root@4f4c38f2edbf:/#