Skip to content

Instantly share code, notes, and snippets.

@Xvezda
Last active April 28, 2019 11:42
Show Gist options
  • Save Xvezda/18637609e25ae9d4366f8c1e47c8a739 to your computer and use it in GitHub Desktop.
Save Xvezda/18637609e25ae9d4366f8c1e47c8a739 to your computer and use it in GitHub Desktop.
docker compose file for deeplearningzerotoall/TensorFlow
version: '3'
services:
tensorflow:
image: deeplearningzerotoall/tensorflow
container_name: tf
command: sh run_jupyter_docker.sh
volumes:
- ./:/workspace/
ports:
- "8888:8888"
- "6006:6006"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment