Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
bc5c0723
Unverified
Commit
bc5c0723
authored
May 09, 2023
by
OlivierDehaene
Committed by
GitHub
May 09, 2023
Browse files
fix(docker): fix docker build (#299)
parent
e2502822
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Dockerfile
Dockerfile
+2
-0
No files found.
Dockerfile
View file @
bc5c0723
...
...
@@ -6,6 +6,7 @@ FROM chef as planner
COPY
Cargo.toml Cargo.toml
COPY
rust-toolchain.toml rust-toolchain.toml
COPY
proto proto
COPY
benchmark benchmark
COPY
router router
COPY
launcher launcher
RUN
cargo chef prepare
--recipe-path
recipe.json
...
...
@@ -27,6 +28,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY
Cargo.toml Cargo.toml
COPY
rust-toolchain.toml rust-toolchain.toml
COPY
proto proto
COPY
benchmark benchmark
COPY
router router
COPY
launcher launcher
RUN
cargo build
--release
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment