Closed richelbilderbeek closed 2 years ago
I just sent an email to UPPMAX support, maybe they have the resources to help us out :-)
I got a fix from Pavlin Mitev that is confirmed to work by GHA
Oooh, build a Docker container with
sudo docker save 73004ca590ec | gzip > docker_container.tar.gz
I got this to work at https://github.com/richelbilderbeek/GenoCAE/commit/0dc24d1dddc3efb725d26e00d20f19c6d13f3b43 . Happily closing this Issue!
Dear GenoCAE maintainer, hi Carl and Kristiina,
Thanks for GenoCAE as well as the Docker container script: It's great for running GenoCAE on a computer cluster :-)
This Issue is related to #26, which is probably also caused by an upstream update: the Docker file does not work anymore. The installation instructions at https://github.com/kausmees/GenoCAE#docker-installation are great! Doing the suggested command, i.e. (note I added
sudo
) ...... results in a failed build, with a full error log below.
I have been trying the whole day ( for example, there are 6 failed attempts here), but could not fix this.
Does the Docker build work for you? Do you have an idea how to fix the Docker file?
A temporary workaround could be to upload an existing Docker container to Docker hub. Do you happen to have one? Would be awesome!
I hope it will be easy for you to help me solve this. I am not very experiences with Docker nor Python, so I can imagine an easy fix being possible (on the other hand, the 6 Stack Overflow 'solutions' hint that the problem is there).
To reproduce, I have created a script to build the Docker container, together with a GitHub Actions script with an error log here.
I hope you can help me out here! Thanks and cheers, Richel
Full error log