intelanalytics/bigdl

By intelanalytics

Updated over 1 year ago

BigDL local test Docker image

Image
8

838

Start the notebook container (v2)

docker run -it --net=host -e NotebookPort=8888(or other port you want) -e HTTPS_PROXY=(your proxy, optional) -e HTTP_PROXY=(your proxy, optional) intelanalytics/bigdl:0.1.1-spark2.1.0-u14.04-v2


#### Start the notebook in the container ####
> ~~~shell
docker run -it --net=host intelanalytics/bigdl:0.1.1-spark2.1.0-u14.04-v2 /bin/bash

In container, after setting proxy and ports

./start-notebook


#### Browse the web and try the notebook ####
You can view the notebook on
http://[host-ip]:8888 (or port you set)

Docker Pull Command

docker pull intelanalytics/bigdl