Skip to content

Commit c01e888

Browse files
committed
dont install extras
1 parent d389d14 commit c01e888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server_ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN pip install "gunicorn" "guardrails-api"
3434

3535
WORKDIR /app/guardrails
3636

37-
RUN poetry install --all-extras
37+
RUN poetry install
3838

3939
RUN pip install ./
4040

0 commit comments

Comments
 (0)