The (static) my connectome vm explorer
1.1K
This container serves a static version of the myconnectome-vm results explorer, meaning just the tables and results without interactive progress and logging pages. For full details, see the version served by the "add/dockerfile" branch that is provided here. Or for the version installed in myconnectome-vm, look at master branch.
The recommended approach is to run this with Docker. The pre-built Docker container here can help you do this. You will need to bind your local port 80 to port 5000 in the container where Flask is serving the application.
docker run -p 80:5000 poldracklab/myconnectome-explore
And then open up your browser to http://127.0.0.1
If you have something running on your port 80, you can of course use port 5000 instead:
docker run -p 5000:5000 poldracklab/myconnectome-explore
You can also choose to build the container locally, if you want to edit the Dockerfile or otherwise.
git clone -b add/dockerfile https://github.com/vsoch/myconnectome-explore
cd myconnectome-explore
docker build -t poldracklab/myconnectome-explore .
If you have any issues or questions please post an issue
Content type
Image
Digest
Size
721.6 MB
Last updated
almost 8 years ago
docker pull poldracklab/myconnectome-explore