diff --git a/build.gradle b/build.gradle index 41cc6e88..315809ad 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ ext { guavaVersion = "32.0.1-jre" bcprovVersion = "1.78.1" googleAutoServiceVersion = "1.1.1" - wedprGatewaySDKVersion = "1.0.0-SNAPSHOT" + wedprGatewaySDKVersion = "3.0.0-SNAPSHOT" gsonVersion = "2.10.1" servletApiVersion="4.0.1" javaeeApiVersion="8.0.1" diff --git a/docker-files/jupyter/Dockerfile b/docker-files/jupyter/Dockerfile index 3312c471..64b7f34a 100644 --- a/docker-files/jupyter/Dockerfile +++ b/docker-files/jupyter/Dockerfile @@ -15,5 +15,5 @@ RUN chmod -R 777 /home/share/ RUN pip install --no-cache-dir -i https://pypi.mirrors.ustc.edu.cn/simple/ -r root/requirements.txt # TODO: use the non-test pip after uploaded -RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-authenticator==1.0.0.dev-20241124 -RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-ml-toolkit==1.0.0.dev-20241201 \ No newline at end of file +RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-authenticator +RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-ml-toolkit