chore(ci): reduce image size

don't use cache, and install torch cpu
This commit is contained in:
Ayoub Benaissa
2023-04-07 15:47:41 +01:00
committed by Ayoub Benaissa
parent 30a13d74f4
commit fcbf05215a

View File

@@ -2,4 +2,4 @@ FROM python:3.10-slim
ARG version
RUN pip install concrete-python==${version}
RUN pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu concrete-python==${version}