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

Notebooks can not be modified locally using Docker #78

Open
dbau opened this issue Jul 18, 2019 · 0 comments
Open

Notebooks can not be modified locally using Docker #78

dbau opened this issue Jul 18, 2019 · 0 comments

Comments

@dbau
Copy link

dbau commented Jul 18, 2019

Notebooks can not be modified locally using Docker.

When running a notebook with Docker as:
sudo docker run -it -v $HOME/docker-data/:/data -p 8888:8888 -e NOTEBOOK_UID=rMZqMp6An maayanlab/biojupies-notebooks

An error rises:
ERROR:root:File '../library/v1.1.4/init.ipy.py' not found.

Replacing v1.1.4 with v1.0.5 the error disappears, but so do some new options, e.g. in the GO analysis plugin.

Deleting local Docker images and running again:
docker pull maayanlab/biojupies-notebooks

does not solve the problem.

Davide

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