Hello everyone, I have a Python Version question t...
# ask-community
s
Hello everyone, I have a Python Version question that i'm hoping someone can provide clarity on for me. In the Docker Image
prefecthq/prefect:2-python3.8
, the python version is
ENV PYTHON_VERSION=3.8.16
-- unfortunately, 3.8.16 breaks my code. I need to run 3.8.0 through the docker image. Does anyone have thoughts on how I can get the base image set back to 3.8.0? Thx much!