mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore(docker): Prune hpx and cuda images
This commit is contained in:
@@ -8,3 +8,7 @@ RUN dnf install -y epel-release
|
||||
RUN dnf update -y
|
||||
RUN dnf -y module install nvidia-driver:latest-dkms
|
||||
RUN dnf -y install cuda
|
||||
|
||||
FROM scratch
|
||||
COPY --from=0 /usr/local/cuda-11.7/ /usr/local/cuda-11.7/
|
||||
COPY --from=0 /usr/lib64/libcuda.so* /usr/lib64/
|
||||
|
||||
@@ -21,5 +21,5 @@ RUN cd build && cmake \
|
||||
-DHPX_WITH_MALLOC=system ..
|
||||
RUN cd build && make -j2
|
||||
|
||||
FROM quay.io/pypa/manylinux_2_28_x86_64
|
||||
FROM scratch
|
||||
COPY --from=0 /hpx/ /hpx/
|
||||
|
||||
Reference in New Issue
Block a user