Skip to content

Commit

Permalink
update pypip url
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Dec 15, 2024
1 parent 744b1bc commit f8258f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docker-files/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ RUN chmod -R 777 /home/share/
# install jupyter
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
RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-ml-toolkit
RUN pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple wedpr-authenticator
RUN pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple wedpr-ml-toolkit
4 changes: 1 addition & 3 deletions docker-files/site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ COPY depends/requirements.txt /root/requirements.txt
# install the requirements
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_mpc_generator
RUN pip install --no-cache-dir -i https://mirrors.aliyun.com/pypi/simple wedpr_mpc_generator

# install nginx
RUN apt-get update && apt-get install --no-install-recommends -y nginx
Expand Down

0 comments on commit f8258f0

Please sign in to comment.