docs(frontend): update links to zama pypi

This commit is contained in:
youben11
2024-06-24 11:39:03 +01:00
committed by Quentin Bourgerie
parent da55bb3bdb
commit 20c6427551
5 changed files with 6 additions and 6 deletions

View File

@@ -5,4 +5,4 @@ ARG version
# provide the `ld` binary required by the compiler
RUN apt update && apt install -y binutils graphviz
RUN pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu --extra-index-url https://pypi.zama.ai concrete-python==${version}
RUN pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu --extra-index-url https://pypi.zama.ai/cpu/ concrete-python==${version}