-
Notifications
You must be signed in to change notification settings - Fork 10
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
Jupyter docker #68
Jupyter docker #68
Conversation
Test:
|
Strange, works for me (although I got a weird warning about 'loosing bytes in the JVM'):
|
I will clean everything and try it again. Just in case. |
It helps if I build it from the correct location!! |
We will probably need an "Hello world" notebook |
- conda-forge | ||
- defaults | ||
dependencies: | ||
- bioconductor-ebimage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a note that this library is not needed for r-gateway to work
This is a library used to manipulate pixels data in an example
|
Ah, I forgot to load the EBImage library, there should be a |
notebook works fine. When comment is added see #68 (review) |
I added the note at the top of the file, because I think |
Thanks |
Add a Dockerfile to spin up a Juypiter server with R and customizable version/branch of
romero.gateway
. This should make it much easier to quickly test snippets, review PRs, etc.Based on https://github.com/ome/training-notebooks but without installing python, cellprofiler, etc.
/cc @jburel
Test:
What it says in the README.md:
docker build .
docker run -it -p 8888:8888 romero