From 7826997d84279e6a8d973e2c6008837bb3d22022 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Tue, 13 Dec 2022 13:32:07 +0100 Subject: [PATCH] chore(cuda): Remove cuda sdk from docker concrete compiler env because no space left on github action runners --- builders/Dockerfile.concrete-compiler-env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builders/Dockerfile.concrete-compiler-env b/builders/Dockerfile.concrete-compiler-env index b1fbf2b99..7e8804d46 100644 --- a/builders/Dockerfile.concrete-compiler-env +++ b/builders/Dockerfile.concrete-compiler-env @@ -21,9 +21,9 @@ RUN ./bootstrap.sh && ./b2 --with-filesystem install COPY --from=ghcr.io/zama-ai/hpx:latest /hpx /hpx ENV HPX_INSTALL_DIR=/hpx/build # Setup CUDA -COPY --from=ghcr.io/zama-ai/cuda:11-7 /usr/local/cuda-11.7/ /usr/local/cuda-11.7/ -COPY --from=ghcr.io/zama-ai/cuda:11-7 /usr/lib64/libcuda.so* /usr/lib64/ -ENV PATH "$PATH:/usr/local/cuda-11.7/bin" +# COPY --from=ghcr.io/zama-ai/cuda:11-7 /usr/local/cuda-11.7/ /usr/local/cuda-11.7/ +# COPY --from=ghcr.io/zama-ai/cuda:11-7 /usr/lib64/libcuda.so* /usr/lib64/ +# ENV PATH "$PATH:/usr/local/cuda-11.7/bin" # Set the python path. Options: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310] # Links and env would be available to use the appropriate python version ARG python_tag=cp38-cp38