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

Docker instructions come up with blank Jupyter with no notebooks available #182

Open
chrisbward opened this issue Oct 1, 2022 · 4 comments

Comments

@chrisbward
Copy link

cd discoart
docker build . -t jinaai/discoart
discoart git:(main) docker run -p 51000:8888 -v $(pwd):/home/jovyan/ -v $HOME/.cache:/root/.cache --gpus all jinaai/discoart

I'm able to access the Jupyter app, but.... "The notebook list is empty." No files?

@chrisbward
Copy link
Author

Taken a look through the Dockerfile - nothing obvious to me!

@chrisbward
Copy link
Author

Attached to the container and...

root@42f2412a2a9a:/home/jovyan# ls
CHANGELOG.md  CREDITS  Dockerfile  FEATURES.md  LICENSE  MANIFEST.in  README.md  discoart  discoart.ipynb  scripts  setup.py  tests

@chrisbward
Copy link
Author

Ok fixed it, will send out a PR now

@chrisbward
Copy link
Author

#183

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