File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
promptflow-devkit/promptflow/_sdk/data/docker
promptflow/tests/test_configs/flows/export Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN conda create -n {{env.conda_env_name}} python=3.9.16 pip=23.0.1 -q -y && \
3838 promptflow-tools && \
3939{% endif %}
4040 conda run -n {{env.conda_env_name}} pip install keyrings.alt && \
41- conda run -n {{env.conda_env_name}} pip install gunicorn==20.1 .0 && \
41+ conda run -n {{env.conda_env_name}} pip install gunicorn==22.0 .0 && \
4242 conda run -n {{env.conda_env_name}} pip install 'uvicorn>=0.27.0,<1 .0.0 ' && \
4343 conda run -n {{env.conda_env_name}} pip cache purge && \
4444 conda clean -a -y
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN conda create -n promptflow-serve python=3.9.16 pip=23.0.1 -q -y && \
1414 pip install -r /flow/requirements.txt && \
1515 conda run -n promptflow-serve pip install promptflow && \
1616 conda run -n promptflow-serve pip install keyrings.alt && \
17- conda run -n promptflow-serve pip install gunicorn==20.1 .0 && \
17+ conda run -n promptflow-serve pip install gunicorn==22.0 .0 && \
1818 conda run -n promptflow-serve pip install 'uvicorn>=0.27.0,<1.0.0' && \
1919 conda run -n promptflow-serve pip cache purge && \
2020 conda clean -a -y
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN conda create -n promptflow-serve python=3.9.16 pip=23.0.1 -q -y && \
1414 pip install -r /flow/requirements_txt && \
1515 conda run -n promptflow-serve pip install promptflow && \
1616 conda run -n promptflow-serve pip install keyrings.alt && \
17- conda run -n promptflow-serve pip install gunicorn==20.1 .0 && \
17+ conda run -n promptflow-serve pip install gunicorn==22.0 .0 && \
1818 conda run -n promptflow-serve pip install 'uvicorn>=0.27.0,<1.0.0' && \
1919 conda run -n promptflow-serve pip cache purge && \
2020 conda clean -a -y
You can’t perform that action at this time.
0 commit comments