mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-09 12:57:55 -05:00
chore(ci): reduce image size
don't use cache, and install torch cpu
This commit is contained in:
committed by
Ayoub Benaissa
parent
30a13d74f4
commit
fcbf05215a
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user