We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ceed7 commit 8f0627aCopy full SHA for 8f0627a
server/Dockerfile.server
@@ -6,9 +6,7 @@ RUN cargo install cargo-chef
6
WORKDIR /app
7
8
FROM chef AS planner
9
-RUN mkdir /hallucination-detection
10
COPY . .
11
-COPY ../hallucination-detection/ /hallucination-detection
12
RUN cargo chef prepare --recipe-path recipe.json
13
14
FROM chef AS builder
0 commit comments