You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered:
mcmrc
changed the title
Docker Build Error
BUG: failed to read dockerfile and run jupyter server
May 21, 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 .
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
The text was updated successfully, but these errors were encountered: