diff --git a/docker-files/model/model/Dockerfile b/docker-files/model/model/Dockerfile index 9d6a044b..149552da 100644 --- a/docker-files/model/model/Dockerfile +++ b/docker-files/model/model/Dockerfile @@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ # install the gateway sdk # TODO: replace with pypip -RUN pip install -i https://test.pypi.org/simple/ wedpr-python-gateway-sdk +RUN pip install -i https://test.pypi.org/simple/ wedpr-python-gateway-sdk==3.0.0-20241018 # obtain the source, no need to fetch the submodule(vcpkg) here RUN git clone https://github.com/WeBankBlockchain/WeDPR-Component.git -b ${SOURCE}