And here is my modified DockerFile per@i11quick recommendation (which did get me past the originalUnable to locate package condaerror: 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 CUDA...