I am trying to install a conda environment in a docker image based on renku/renkulab-cuda:12.2-4580ad7
. In my conda environment I am using python 3.11, but I see in the base image PYTHON_VERSION=3.10
is set (as is for all cuda 12.2 renku images). Therefore, during building I get the error
#8 25.09 Pinned packages:
#8 25.09
#8 25.09 - python 3.10.11
#8 25.09
#8 25.09
#8 25.09 Could not solve for environment specs
#8 25.09 The following package could not be installed
#8 25.09 └─ python 3.11** is requested and can be installed.
Trying to set ARG PYTHON_VERSION=3.11
does not work. Can I somehow use a renku cuda image with python 3.11?