floydhub / dl-docker

An all-in-one Docker image for deep learning. Contains all the popular DL frameworks (TensorFlow, Theano, Torch, Caffe, etc.)

Home Page:https://www.floydhub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inactive repository? Collecting alternative projects

LukasMasuch opened this issue · comments

Unfortunately, this repository seems quite inactive and the image is very outdated. Here is a selection of up-to-date alternatives:

We have also recently open-sourced ML Workspace, a docker image that is already used productively within my company for the last two years. The ML Workspace is an open-source web IDE that combines Jupyter, VS Code, a Desktop GUI, and many other tools & libraries into one convenient Docker image. Deploying a single workspace instance is as simple as:

docker run -p 8080:8080 mltooling/ml-workspace:latest

All tools are accessible from the same port and integrated into the Jupyter UI. You can find further documentation here.

If anyone has other alternatives, feel free to post those here :)