Closed marcioluish closed 3 years ago
Notes:
Already tried moving this libraries to pip:
section on yaml file
Hi, just updating:
I removed all dependencies version specs from environment.yaml and it worked!
Hi @marcioluish , glad you were able to figure this out - thank you for the updates!
Hi,
I'm trying to dockerize this image to deploy it in an HPC computer.
However, I'm having problems during conda env creation when running conda env create -f environment.yaml
My Dockerfile is as follows:
The image above uses Python 3.6.5. And the error:
Any thoughts on what could possibly be wrong?