Skip to content

Commit

Permalink
fix container build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jul 2, 2024
1 parent daf9950 commit 162ca06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile-prod-vllm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ COPY py/pyaici py/pyaici
COPY py/llguidance py/llguidance
COPY Cargo.toml Cargo.lock /workspace/

# make sure we rebuild these
RUN rm -r controllers/jsctrl/samples/dist controllers/jsctrl/ts/dist
RUN touch controllers/jsctrl/build.rs

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

RUN --mount=type=cache,target=/usr/local/cargo/git \
Expand Down

0 comments on commit 162ca06

Please sign in to comment.