Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mcmrc opened this issue Jan 26, 2024 · 1 comment
Open

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

mcmrc opened this issue Jan 26, 2024 · 1 comment

Comments

@mcmrc
Copy link
Contributor

mcmrc commented Jan 26, 2024

@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 mcmrc changed the title Docker Build Error BUG: failed to read dockerfile and run jupyter server May 21, 2024
@mcmrc
Copy link
Contributor Author

mcmrc commented May 21, 2024

It seems like ENTRYPOINT in Dockerfile is not configured properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant