NeuralEnsemble / neuralensemble-docker

Docker images for neuroscience
MIT License
13 stars 7 forks source link

point to new libneurosim repository #4

Closed tfliss closed 7 years ago

tfliss commented 7 years ago

I tried to build the simulate docker image today and https://www.incf.org/svn/libneurosim/trunk was not found. It looks like that project is now hosted at https://github.com/INCF/libneurosim.git

This change allows the image to be built, but I don't have the resources to check whether that is the correct repository or whether the resulting docker image is using the library properly.

I also noticed the Dockerfiles that are deployed to DockerHub appear to be out of date with the GitHub versions, which is why I was building them in the first place.

Thank you for providing these scripts. I hope this pull request is helpful.

apdavison commented 7 years ago

Thanks for this. The DockerHub images are supposed to be rebuilt automatically whenever there is a push to the Github repository, but when I checked, the last automated build failed at the "apt-get update" stage, and I hadn't activated build-failure notifications.