зеркало из https://github.com/microsoft/Oryx.git
Update Orjson package in python images (#2417)
* Update Orjson * update orjson * nit fix | python orjson
This commit is contained in:
Родитель
e43058c043
Коммит
bff7eec792
|
@ -87,7 +87,7 @@ RUN pip install --upgrade pip \
|
|||
&& pip install viztracer==0.15.6 \
|
||||
&& pip install vizplugins==0.1.3 \
|
||||
# Removing orjson only for 3.12 due to build errors
|
||||
&& if [ "%PYTHON_VERSION%" != "3.12" ]; then pip install orjson==3.9.7; fi \
|
||||
&& if [ "%PYTHON_VERSION%" != "3.12" ] && [ "%PYTHON_VERSION%" != "3.7" ]; then pip install orjson==3.10.1; fi \
|
||||
&& if [ "%PYTHON_VERSION%" = "3.7" ] || [ "%PYTHON_VERSION%" = "3.8" ]; then curl -LO http://ftp.de.debian.org/debian/pool/main/libf/libffi/libffi6_3.2.1-9_amd64.deb \
|
||||
&& dpkg -i libffi6_3.2.1-9_amd64.deb \
|
||||
&& rm libffi6_3.2.1-9_amd64.deb; fi \
|
||||
|
|
Загрузка…
Ссылка в новой задаче