- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 128字
- 2021-06-10 19:38:48
Installing the Docker container
- Execute the following command on the Terminal to run the container. The container image is available with the tag rajdeepd/jupyter-keras:
docker run -d -p 8888:8888 rajdeepd/jupyter-keras start-notebook.sh --NotebookApp.token=''
- This will install the Notebook locally and start it as well. You can execute the docker ps -a command and see the output in the Terminal, as follows:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
45998a5eea89 rajdeepd/jupyter-keras "tini -- start-not..." About an hour ago Up About an hour 0.0.0.0:8888->8888/tcp admiring_wing
Please note that the host port of 8888 is mapped to the container port of 8888.
- Open the browser at the following URL http://localhost:8888:

You will notice that Jupyter is running. You can create a new Notebook and run Keras-specific code.
推薦閱讀
- 計算機(jī)圖形學(xué)
- Ansible Quick Start Guide
- Cloud Analytics with Microsoft Azure
- 數(shù)據(jù)產(chǎn)品經(jīng)理:解決方案與案例分析
- ESP8266 Home Automation Projects
- 悟透JavaScript
- 貫通Java Web開發(fā)三劍客
- 基于企業(yè)網(wǎng)站的顧客感知服務(wù)質(zhì)量評價理論模型與實(shí)證研究
- 單片機(jī)技能與實(shí)訓(xùn)
- Learning ServiceNow
- 嵌入式Linux系統(tǒng)實(shí)用開發(fā)
- JRuby語言實(shí)戰(zhàn)技術(shù)
- Photoshop CS4數(shù)碼照片處理入門、進(jìn)階與提高
- Machine Learning in Java
- 系統(tǒng)建模與控制導(dǎo)論