ufoym / deepo

Setup and customize deep learning environment in seconds.
http://ufoym.com/deepo
MIT License
6.32k stars 750 forks source link

Please consider supportting JupyterLab #109

Closed Bingmang closed 5 years ago

Bingmang commented 5 years ago

Thank you, your image is awesome and super useful, and the jupyterlab is very useful too!

ufoym commented 5 years ago

We've added JupyterLab by merging #58. However, it is not contained in deepo pre-built images. You can generate your own Dockerfile by

python generator/generate.py docker/Dockerfile.all-jupyterlab tensorflow sonnet mxnet cntk keras pytorch chainer theano lasagne caffe torch darknet onnx jupyter jupyterlab
Bingmang commented 5 years ago

Thank you very much!