Skip to content

Commit

Permalink
Remove extras in Dockerfile install of api (#322)
Browse files Browse the repository at this point in the history
Fails on the `-E api` right now
  • Loading branch information
kevinschaper authored Sep 15, 2023
1 parent 92d9f84 commit 1f7a732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FROM builder-base as production
ENV SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
WORKDIR /opt/monarch-app/backend

RUN poetry install -E api
RUN poetry install

CMD ["/opt/poetry/bin/poetry", "run", "uvicorn", "src.monarch_py.api.main:app", "--host", "0.0.0.0", "--port", "8000"]

Expand Down

0 comments on commit 1f7a732

Please sign in to comment.