Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jul 2, 2024
1 parent 162ca06 commit be28dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile-prod-vllm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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 rm -rf 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
Expand Down

0 comments on commit be28dcf

Please sign in to comment.