Skip to content

Instantly share code, notes, and snippets.

@azizasm
Last active October 4, 2018 08:56
Show Gist options
  • Save azizasm/42e1e8d2330b4e347d39831ea5db15a9 to your computer and use it in GitHub Desktop.
Save azizasm/42e1e8d2330b4e347d39831ea5db15a9 to your computer and use it in GitHub Desktop.
Tensorflow python2
# run tensorflow from dockers - play-with-docker.com
# to run : http://play-with-docker.com/?stack=https://gist.githubusercontent.com/azizasm/42e1e8d2330b4e347d39831ea5db15a9/raw/raw/docker-compose.yml
# Use root/example as user/password credentials
version: '3.1'
services:
tensorflow:
restart: always
image: tensorflow/tensorflow:nightly
# container_name : zys
ports:
- 8888:8888
# environment:
# MYSQL_ROOT_PASSWORD: root
volumes:
logvolume01: {}
sitevolume: {}
@azizasm
Copy link
Author

azizasm commented Oct 3, 2018

docker logs docker container ls -q

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment