- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 140字
- 2021-07-02 20:49:09
How to do it...
Docker will all dependencies can be installed using following steps:
- Save the preceding code to a location with a name, say, Dockerfile.
- Using the command line, go to the file location and use the following command and it is also shown in the screenshot after the command:
docker run -t "TagName:FILENAME"

Building the docker image
- Access the image using the docker images command as follows:

View docker images
- Docker images can be executed using the following command:
docker run -it -p 8888:8888 -p 54321:54321 <<IMAGE ID>>

Running a Docker image
Here, the option -i is for interactive mode and -t is to allocate --tty. The option -p is used to forward the port. As we will be running Jupyter on port 8888 and H2O on 54321, we have forwarded both ports to accessible from the local browser.
推薦閱讀
- Visual C++程序設計學習筆記
- DevOps for Networking
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Mastering Python High Performance
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Flux Architecture
- Java項目實戰精編
- MATLAB 2020從入門到精通
- Python+Tableau數據可視化之美
- Mastering AWS Security
- Android移動應用項目化教程
- PHP項目開發全程實錄(第4版)
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- Getting Started with the Lazarus IDE
- JavaScript編程精解(原書第3版)