Hi guys, I currently depend on `dagster/dagster-ce...
# random
h
Hi guys, I currently depend on
dagster/dagster-celery-k8s
docker image to deploying my code. However, this image using python==3.7.12. This python version, unfortunately not match the version that I use for some python package. I wonder how I can build the same image with python>=3.8 or where I can find the source of this image. Thanks you!
j
Would you mind filing an issue to update our base images to py > 3.7?
In the meantime, that image is built with https://github.com/dagster-io/dagster/blob/master/python_modules/automation/automation/docker/images/dagster-celery-k8s/Dockerfile so it’s easy to build your own with a different base image
🌈 1