Docker image provided
Hi developers,
Thanks for your codes. I ran into a problem for few days. Due to the limitations of my research zone, all dependencies can only download from anaconda and then ship to my conda environment. There exists numerous problems during env construction.
Would you mind providing the docker image so that we can build the env properly. I will appreciate your help with this situation.
Sorry, I'm not a researcher. That was only an idea-project for me. So I could not help you with that.
Thank you for your reply.
To avoid such problem- run the code from command line (and setup dependencies there too) instead of conda/anaconda env. It helped me, while was meeting the tensorflow invisibility and so on even after installing pip in the conda env, etc... Sorry if no help for conda, just met the same problem with it.