File tree Expand file tree Collapse file tree 3 files changed +11
-14
lines changed
Expand file tree Collapse file tree 3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,5 @@ RUN chmod -R 777 /home/share/
1414# install jupyter
1515RUN pip install --no-cache-dir -i https://pypi.mirrors.ustc.edu.cn/simple/ -r root/requirements.txt
1616
17- # TODO: use the non-test pip after uploaded
18- RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-authenticator
19- RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-ml-toolkit
17+ RUN pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple wedpr-authenticator
18+ RUN pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple wedpr-ml-toolkit
Original file line number Diff line number Diff line change @@ -53,9 +53,7 @@ COPY depends/requirements.txt /root/requirements.txt
5353# install the requirements
5454RUN pip install --no-cache-dir -i https://pypi.mirrors.ustc.edu.cn/simple/ -r root/requirements.txt
5555
56- # TODO: use the non-test pip after uploaded
57-
58- RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr_mpc_generator
56+ RUN pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple wedpr_mpc_generator
5957
6058# install nginx
6159RUN apt-get update && apt-get install --no-install-recommends -y nginx
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ wedpr_model_source_path = "/data/home/wedpr/WeDPR-Component/python/"
1616docker_mode = true
1717
1818# ### define the docker images desc ###
19- wedpr_gateway_service_image_desc = " fiscoorg/wedpr-gateway-service:latest "
20- wedpr_node_service_image_desc = " fiscoorg/wedpr-pro-node-service:latest "
21- wedpr_mpc_service_image_desc = " fiscoorg/wedpr-mpc-service:latest "
22- wedpr_jupyter_worker_image_desc = " fiscoorg/wedpr-jupyter-worker:latest "
23- wedpr_model_image_desc = " fiscoorg/wedpr-model-service:latest "
24- wedpr_site_image_desc = " fiscoorg/wedpr-site:latest "
25- wedpr_pir_image_desc = " fiscoorg/wedpr-pir:latest "
19+ wedpr_gateway_service_image_desc = " fiscoorg/wedpr-gateway-service:v3.0.0 "
20+ wedpr_node_service_image_desc = " fiscoorg/wedpr-pro-node-service:v3.0.0 "
21+ wedpr_mpc_service_image_desc = " fiscoorg/wedpr-mpc-service:v3.0.0 "
22+ wedpr_jupyter_worker_image_desc = " fiscoorg/wedpr-jupyter-worker:v3.0.0 "
23+ wedpr_model_image_desc = " fiscoorg/wedpr-model-service:v3.0.0 "
24+ wedpr_site_image_desc = " fiscoorg/wedpr-site:v3.0.0 "
25+ wedpr_pir_image_desc = " fiscoorg/wedpr-pir:v3.0.0 "
2626
2727
2828deploy_dir = " wedpr-example"
@@ -107,7 +107,7 @@ wedpr_api_token = ""
107107 host = " 127.0.0.1"
108108 port = " 3306"
109109 user = " root"
110- password = " Admin123! "
110+ password = " "
111111 database = " agency0"
112112
113113 # configuration for wedpr site
You can’t perform that action at this time.
0 commit comments