Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 392 Bytes

How to run the notebooks

Build the image based on the Dockerfile

docker build -t tensorflow-face-mask .

Run the tensorflow-jupyter container

# For PowerShell
docker run -it --name tf-face-mask -v ${PWD}:/tf/notebooks -p 8888:8888 tensorflow-face-mask

# For Linux:
docker run -it --name tf-face-mask -v $PWD:/tf/notebooks -p 8888:8888 tensorflow-face-mask