Jupyter's Docker environment for running TensorFlow

environment

MacBookPro OS:Catalina

Contents

Pull image from Docker Hub

$ docker pull tensorflow/tensorflow:latest-jupyter

Launch container from image I was using 8888 port on the host side, so I went at 8888: 8888.

$ docker run -it -p 8889:8888 --name tf_test tensorflow/tensorflow:latest-jupyter

After executing the above, it is OK if you access the displayed URL and the Jupyter page is displayed. (If you are not using port 8888, replace it)

Reference site https://www.tensorflow.org/install/docker?hl=ja

Recommended Posts

Jupyter's Docker environment for running TensorFlow
Environment construction with Docker for beginners
Build TensorFlow operation check environment with Docker
Docker environment construction
Build a development environment for Docker + Rails6 + Postgresql
Build a development environment for Docker, java, vscode
Create a docker environment for Oracle 11g XE
Points stuck when running vite + Nginx in Docker environment
How to build docker environment with Gradle for intelliJ
Rails Docker environment construction
[2021] Build a Docker + Vagrant environment for using React / TypeScript
Beginners install docker for mac and prepare php7.0 operating environment
Configuration script for using docker in proxy environment on ubuntu 20.04.1
Pytorch execution environment with Docker
[Docker] Create Elasticsearch, Kibana environment!
Docker, docker-compose for server-side Kotlin
MySQL 5.7 (Docker) environment construction memo
Redmine (Docker) environment construction memo
[Docker] Rails 5.2 environment construction with docker
Build docker environment with WSL
Introducing "" Monitoring Tool "" for monitoring Docker
Docker × Spring Boot environment construction
Build Spring for Android 2.0.0 environment
Install docker, docker-compose for debin10
[Docker] postgres, pgadmin4 environment construction
React environment construction with Docker
Use MailHog for checking emails in the development environment (using Docker)
[App development 0.5] [Node.js express Docker] Build an environment for Node.js Express MongoDB using Docker
Rails 6 (API mode) + MySQL Docker environment creation by docker-compose (for Mac)
Procedure for building a Rails application development environment with Docker [Rails, MySQL, Docker]
Build a development environment for Django + MySQL + nginx with Docker Compose
"Rails 6 x MySQL 8" Docker environment construction procedure for sharing with teams