environments icon indicating copy to clipboard operation
environments copied to clipboard

Build a python-env with condas

Open achapkowski opened this issue 3 years ago • 2 comments

Condas, https://docs.conda.io/en/latest/ , is a widely popular package for managing dependencies. It is really popular for Python. It would be nice to create conda environments and run the code from there.

achapkowski avatar Oct 01 '22 15:10 achapkowski

Looking for documentation on how to build environments for this exact reason. Having trouble to install albumentations on a function. scipy requires certain libraries and i cannot find how to install them on both the builder and environment

See: https://stackoverflow.com/questions/59968493/scipy-error-in-python3-8-alpine3-11-no-lapack-blas-resources-found

Altair-Bueno avatar Feb 09 '23 10:02 Altair-Bueno

@achapkowski I've successfully created new tensorflow/tensorflow based images for Fission. You may be able to do the same with Conda images

https://github.com/ertis-research/fission-environments

Altair-Bueno avatar Mar 09 '23 10:03 Altair-Bueno