coding-for-reproducible-research / CfRR_Courses

Home Repository for the CfRR website
https://coding-for-reproducible-research.github.io/CfRR_Courses/
4 stars 3 forks source link

Missing Packages for Python Code Within the Live Code Feature #74

Open berrli opened 3 months ago

berrli commented 3 months ago

Not all of the packages needed to run different parts of the website are included when building the docker image, with numpy being the example found. It seems like there are also some issues with building the docker image, with network crashes, even though when restarting once or twice does result in the image being built. Check the requirments.txt, etc., to ensure that everything works as intended.

berrli commented 3 months ago

An environment.yml file has now been added to the project root.

berrli commented 3 months ago

It would appear that this hasn't solved the issue. It will compile and build successfully, but when trying to access the image via docker, it will then simply hang and time out. Another solution to the problem will need to be sought.