mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-09 12:57:55 -05:00
8 lines
246 B
Docker
8 lines
246 B
Docker
ARG BASEIMAGE=ghcr.io/zama-ai/concrete/compiler-ci:latest
|
|
# hadolint ignore=DL3006
|
|
FROM $BASEIMAGE
|
|
|
|
# Setup CUDA
|
|
COPY --from=ghcr.io/zama-ai/concrete/cuda:11-8 /usr/local/cuda-11.8/ /usr/local/cuda-11.8/
|
|
ENV PATH="$PATH:/usr/local/cuda-11.8/bin"
|