Eric Youngson
Eric Youngson
Thanks! Will you be available on the Gitcoin Slack for on-boarding questions? If so, let me know what times are best for you. (I'm @eayoungs in all my online profiles)
That's fine with me. I don't have a strong preference.
Where is the _python3_ executable in the docker container? When I check out your ehh/python3 branch and execute: `docker-compose exec uwsgi python3 --version` I get: `OCI runtime exec failed: exec...
^ Nevermind; I see it's in `ahba-docker`.
Yep; gotcha! Thanks.
OK, I think I have a handle on things. I'm almost ready to issue a WIP PR. I had some trouble getting your `enh/python3` branch to work for me but...
Looks like there was one _ERR_ preventing uwsgi from building properly: `Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-ok44x00n/cryptography` `Storing debug log for failure in /root/.pip/pip.log` `ERROR:...
No worries about the changes. Leaving 2 behind makes sense and simplifies things; glad we clarified that. As for the error, just disregard. I was just trying to show progress...
Looks like the Dockerfile is downloading some rather large data files in `preparing_AHBA_data.py`, which is hanging up the build. I disabled the downloads and got the images to build. I...
Understood. Unfortunately, when I let it run the build fails with `Killed`, after it downloads all the files and the image never builds. It seems to be overwhelming the resources...