mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-09 12:57:55 -05:00
6 lines
150 B
Docker
6 lines
150 B
Docker
FROM python:3.10-slim
|
|
|
|
ARG version
|
|
|
|
RUN pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu concrete-python==${version}
|