Skip to content

Commit

Permalink
Remove rust in Dockerfile (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 authored Jun 18, 2024
1 parent a5e3328 commit 72dd771
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ibis-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ WORKDIR /app

COPY pyproject.toml ./
COPY poetry.lock ./
COPY rust/Cargo.toml ./
COPY rust/Cargo.lock ./

RUN poetry install --without dev
RUN poetry run maturin develop

FROM python:3.11-slim-buster as runtime

Expand Down

0 comments on commit 72dd771

Please sign in to comment.