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

Build Docker container so people can contribute right away #13

Open
rgerkin opened this issue Oct 6, 2016 · 0 comments
Open

Build Docker container so people can contribute right away #13

rgerkin opened this issue Oct 6, 2016 · 0 comments

Comments

@rgerkin
Copy link
Collaborator

rgerkin commented Oct 6, 2016

The entire ca1_analysis notebook can be executed without error (except cell 3 because the web api has changed) on any machine with Docker installed with:

docker run -it -p 8888:8888 -v /path/to/your/working_copy:/home/jovyan/work/neurotree jupyter/datascience-notebook bash
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc0-cp35-cp35m-linux_x86_64.whl
pip install $TF_BINARY_URL
pip install fancyimpute
jupyter-notebook

And then the notebooks should be available and ready to run at http://localhost:8888.

The only TODO here is to build a new Docker container that wraps those pip install lines into the Docker build so that the container can be entered and used for running/editing notebooks without requiring any new packages.

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