AlertaDengue / PySUS

Library to download, clean and analyze openly available datasets from Brazilian Universal health system, SUS.
GNU General Public License v3.0
173 stars 68 forks source link

BUG: failed to read dockerfile and run jupyter server #189

Open mcmrc opened 7 months ago

mcmrc commented 7 months ago

@fccoelho Hi, fccoelho. I tried to build a docker container following the instructions in readme. I ran the command below in the project root dir and got an error.

$ docker build -t pysus .

ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount1887577297/Dockerfile: no such file or directory

I moved Dockerfile to root dir and suceeded the build. Still I got an error running the command below $docker run -p 8888:8888 pysus:latest

mcmrc commented 3 months ago

It seems like ENTRYPOINT in Dockerfile is not configured properly.