Skip to content

Instantly share code, notes, and snippets.

@aneeshpanoli
Last active September 3, 2021 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aneeshpanoli/5376d678e42a6800e12fe5352920e3ae to your computer and use it in GitHub Desktop.
Save aneeshpanoli/5376d678e42a6800e12fe5352920e3ae to your computer and use it in GitHub Desktop.
tf-jupyter
version: "3"
services:
tensorflow:
container_name: TfJupyter
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/tf
working_dir: .
ports:
- 8888:8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment