mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
refactor: remove copy of concrete lib
it is no longer needed, as we have access to a binary release now
This commit is contained in:
@@ -6,9 +6,6 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y curl cmake g++ build-ess
|
||||
RUN ccache -M 0
|
||||
RUN ccache -F 0
|
||||
RUN pip install numpy pybind11==2.8 PyYAML
|
||||
# Setup Concrete
|
||||
COPY --from=ghcr.io/zama-ai/concrete-compiler-api-env:latest /target/release /concrete/target/release
|
||||
ENV CONCRETE_PROJECT=/concrete
|
||||
# Setup LLVM
|
||||
COPY /llvm-project /llvm-project
|
||||
# Setup and build compiler
|
||||
|
||||
@@ -19,9 +19,6 @@ ENV CXX=/gcc7/bin/g++-7.5.0
|
||||
|
||||
# Setup LLVM
|
||||
COPY /llvm-project /llvm-project
|
||||
# Setup Concrete
|
||||
COPY --from=ghcr.io/zama-ai/concrete-compiler-api-env:latest /target/release /concrete/target/release
|
||||
ENV CONCRETE_PROJECT=/concrete
|
||||
# Setup and build compiler
|
||||
COPY /compiler /compiler
|
||||
WORKDIR /compiler
|
||||
|
||||
@@ -11,9 +11,6 @@ ENV CC=/gcc7/bin/gcc-7.5.0
|
||||
ENV CXX=/gcc7/bin/g++-7.5.0
|
||||
# Setup LLVM
|
||||
COPY /llvm-project /llvm-project
|
||||
# Setup Concrete
|
||||
COPY --from=ghcr.io/zama-ai/concrete-compiler-api-env:latest /target/release /concrete/target/release
|
||||
ENV CONCRETE_PROJECT=/concrete
|
||||
# Setup and build compiler
|
||||
COPY .github/workflows/assets/Installation.md /
|
||||
COPY /compiler /compiler
|
||||
|
||||
Reference in New Issue
Block a user