Quickly experience all the latest features of SciSharp Machine Learning tools in docker container.
git clone https://github.com/SciSharp/SciSharpCube
cd SciSharpCube
docker pull microsoft/dotnet
docker build -f ./dockerfiles/TensorFlow.dockfile -t scisharp-tensorflow .
docker run --name scisharp-tensorflow -it -p 5005:5005 scisharp-tensorflow
docker start scisharp-tensorflow -i