edhenry / chexnet

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

[BUG] - Docker Compose attempts to build chexnet-jupyter image #22

Closed edhenry closed 5 years ago

edhenry commented 5 years ago

Describe the bug This creates a build dependency on a Dockerfile that isn't located in the local file system. End users of this repo should be able to consider the docker image being pulled from DockerHub as the source of truth. Anyone who wants to perform local development may be able to do so using the build flag within docker-compose, however this shouldn't be the case for the master branch.

To Reproduce Steps to reproduce the behavior:

  1. Navigate to the playbook directory
  2. Issue the ansible-playbook -i hosts build_site.yml command

Expected behavior Environment should build cleanly and all services should be running and functional.

Screenshots See screenshot of failed build below :

image

edhenry commented 5 years ago

Fixed with commit https://github.com/edhenry/chexnet/commit/c8e092cc6e0886cf7cfde1e3eb1568e11372a5e2