We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7085e13 commit 998cea1Copy full SHA for 998cea1
Dockerfile
@@ -13,7 +13,7 @@ COPY src/ ./src/
13
14
RUN set -eux; \
15
pip install --no-cache-dir --upgrade pip; \
16
- pip install --no-cache-dir --timeout 1000 .
+ pip install --no-cache-dir --timeout 1000 .[server]
17
18
# Stage 2: Runtime image
19
FROM python:3.13.5-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419
0 commit comments