Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jun 13, 2024
1 parent f62c7c9 commit 9c163b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile-prod-vllm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY controllers controllers
COPY aicirt aicirt
COPY scripts scripts
COPY py/pyaici py/pyaici
COPY py/llguidance py/llguidance
COPY Cargo.toml Cargo.lock /workspace/

RUN grep -v rllm Cargo.toml > Cargo.toml.tmp && mv Cargo.toml.tmp Cargo.toml
Expand Down

0 comments on commit 9c163b2

Please sign in to comment.