Skip to content

Commit

Permalink
Update Dockerfile.cpu
Browse files Browse the repository at this point in the history
add note for docker macOS, windows not support host network
make image name match what is in launch script for cpu
  • Loading branch information
cicorias authored Aug 23, 2019
1 parent 04cf86c commit 07717a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.cpu
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# See all tag variants at https://hub.docker.com/r/tensorflow/tensorflow/tags/
# build with `ln -sf Dockerfile.cpu Dockerfile && docker build --network=host -t gdl-image-cpu .`
# Note: 'host' neworking isn't supported on macOS/windows - https://docs.docker.com/network/host/
# on macOS build with `ln -sf Dockerfile.cpu Dockerfile && docker build -t gdl-image-cpu .`
FROM tensorflow/tensorflow:latest-py3-jupyter

## modify below
Expand Down

0 comments on commit 07717a6

Please sign in to comment.