-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker building error due to python requirements #32
Comments
I can confirm that using the conda env (without the Docker, on Linux) seems to work for the example training!
Output
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kausmees, I seem to be having some issues setting up the Docker container, which I think stems from installing the python requirements.
Reprex
Output
Here is the full output, but the main error comes at the very end.
Potential solutions
One way to avoid this might be to make use of conda environments with less restrictive version requirements. I've created a yaml file which can be used to set up all the dependencies. Haven't yet tried running GenoCAE with it yet though.
Perhaps this could be used when setting up the Docker container, instead of the requirements.txt file? (PS- only added the .txt suffix to allow it to be uploaded to GH Issues).
Thanks! Really looking forward to using GenoCAE!
env.yml.txt
conda env create -f env.yml.txt
Best,
Brian
The text was updated successfully, but these errors were encountered: