I am having Issues with installing pip dependancies within my devImage. I was wondering if instead of using devImage: ghcr.io/loft-sh/devspace-containers/python:3-alpine I could use something like devImage: ghcr.io/loft-sh/devspace-containers/python:3.8-slim??
Or how would I just use my normal Docker image that I have made?
Specific issues with numpy/pandas and streamlit packages.
The documentation on devspace isn't very helpful.
I believe I need to change the config in my devspace.yaml file. If anyone has a good tutorial to do this on with python that would be amazing
I have tried installing lots of things with apk which may have worked however using alpine seems to be increibly slow.
FYI. I am on MacOS