Files
concrete/docker/Dockerfile.concrete-python
Ayoub Benaissa fcbf05215a chore(ci): reduce image size
don't use cache, and install torch cpu
2023-04-07 16:05:43 +01:00

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}