File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
cpp/wedpr-transport/sdk-wrapper/python/bindings Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11include CHANGELOG.md
22include *requirements.txt
3- include ./wedpr_python_gateway_sdk/libs/libwedpr_python_transport*
3+ include wedpr_python_gateway_sdk/libs/libwedpr_python_transport.dylib
4+ include wedpr_python_gateway_sdk/libs/libwedpr_python_transport.so
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def run(self):
2020setup_args = dict (
2121 name = 'wedpr-python-gateway-sdk' ,
2222 packages = find_packages (),
23- version = "3.0.0-20241018 " ,
23+ version = "3.0.0-20241019 " ,
2424 description = "wedpr-python-gateway-sdk: The gateway sdk for WeDPR" ,
2525 long_description_content_type = "text/markdown" ,
2626 author = "WeDPR Development Team" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1212
1313# install the gateway sdk
1414# TODO: replace with pypip
15- RUN pip install -i https://test.pypi.org/simple/ wedpr-python-gateway-sdk
15+ RUN pip install --no-cache-dir - i https://test.pypi.org/simple/ wedpr-python-gateway-sdk
1616
1717# obtain the source, no need to fetch the submodule(vcpkg) here
1818RUN git clone https://github.com/WeBankBlockchain/WeDPR-Component.git -b ${SOURCE}
@@ -26,4 +26,4 @@ RUN mkdir -p /data/home/wedpr/wedpr-model/ \
2626# clear the WeDPR-Component
2727RUN rm -rf /data/home/wedpr/WeDPR-Component
2828
29- ENTRYPOINT ["/bin/bash " , "/data/home/wedpr/wedpr-model/start.sh" , "true " ]
29+ ENTRYPOINT ["python " , "-u" , " /data/home/wedpr/wedpr-model/ppc_model/ppc_model_app.py " ]
You can’t perform that action at this time.
0 commit comments