edhenry / chexnet

Implementation and fullstack pipeline for CheXNet classifier
MIT License
13 stars 12 forks source link

Corrected docker build issue for jupyter image #21

Closed kholohan closed 5 years ago

kholohan commented 5 years ago

Changes allow us to properly package the jupyter notebook in the container image.

Built image using sudo docker build -t edhenry/chexnet-jupyter:latest -f Dockerfile.jupyter .

Following this, pushed it to the Dockerhub repo. Confirmed that this works by issuing the proper ansible commands and accessing the jupyternotebook server instance.

edhenry commented 5 years ago

LGTM