File tree 3 files changed +3
-3
lines changed
promptflow/tests/test_configs/flows/export
promptflow-devkit/promptflow/_sdk/data/docker
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 && \
38
38
promptflow-tools && \
39
39
{% endif %}
40
40
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 && \
42
42
conda run -n {{env.conda_env_name}} pip install 'uvicorn>=0.27.0,<1 .0.0 ' && \
43
43
conda run -n {{env.conda_env_name}} pip cache purge && \
44
44
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 && \
14
14
pip install -r /flow/requirements.txt && \
15
15
conda run -n promptflow-serve pip install promptflow && \
16
16
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 && \
18
18
conda run -n promptflow-serve pip install 'uvicorn>=0.27.0,<1.0.0' && \
19
19
conda run -n promptflow-serve pip cache purge && \
20
20
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 && \
14
14
pip install -r /flow/requirements_txt && \
15
15
conda run -n promptflow-serve pip install promptflow && \
16
16
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 && \
18
18
conda run -n promptflow-serve pip install 'uvicorn>=0.27.0,<1.0.0' && \
19
19
conda run -n promptflow-serve pip cache purge && \
20
20
conda clean -a -y
You can’t perform that action at this time.
0 commit comments