And here is my modified DockerFile per @i11 quick recommendation (which did get me past the original Unable to locate package conda error: ARG IMAGE_TYPE=extras ARG BASE_IMAGE=ubuntu:22.04 # extras or core FROM ${BASE_IMAGE} as requirements-core ARG GO_VERSION=1.21.7 ARG BUILD_TYPE ARG...
Problem description i was trying to install numpy with "pip install numpy" but it throws an error shown below raise SystemError("One of the required function to build numpy is not" SystemError: One of the required function to build numpy...