We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa520a6 commit 7eaf8edCopy full SHA for 7eaf8ed
Dockerfile
@@ -25,8 +25,8 @@ RUN apt-get update && apt-get install -y \
25
COPY Cargo.toml Cargo.lock ./
26
COPY crates ./crates
27
28
-# Build the application in release mode with Ledger support
29
-RUN cargo build --release --bin inferadb-control --features ledger
+# Build the application in release mode
+RUN cargo build --release --bin inferadb-control
30
31
# Strip debug symbols to reduce binary size
32
RUN strip /app/target/release/inferadb-control
0 commit comments