Hi,
I followed this document and at the docker build step i am getting the below error.
my local - windows +Python 3.12.3
PS C:\PromptFlow\github\promptflow> docker build dist -t sonty-prod-serv
--------------------
13 | # create conda environment
14 | >>> RUN conda create -n promptflow-serve python=3.9.16 pip=23.0.1 -q -y && \
15 | >>> conda run -n promptflow-serve \
16 | >>> pip install -r /flow/requirements.txt && \
17 | >>> conda run -n promptflow-serve pip install promptflow && \
18 | >>> conda run -n promptflow-serve pip install keyrings.alt && \
19 | >>> conda run -n promptflow-serve pip install gunicorn==22.0.0 && \
20 | >>> conda run -n promptflow-serve pip install 'uvicorn>=0.27.0,<1.0.0' && \
21 | >>> conda run -n promptflow-serve pip cache purge && \
22 | >>> conda clean -a -y
23 |
--------------------
ERROR: failed to solve: process "/bin/sh -c conda create -n promptflow-serve python=3.9.16 pip=23.0.1 -q -y && conda run -n promptflow-serve pip install
-r /flow/requirements.txt && conda run -n promptflow-serve pip install promptflow && conda run -n promptflow-serve pip install keyrings.alt && conda
run -n promptflow-serve pip install gunicorn==22.0.0 && conda run -n promptflow-serve pip install 'uvicorn>=0.27.0,<1.0.0' && conda run -n promptflow-serve pip cache purge && conda clean -a -y" did not complete successfully: exit code: 1