We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c55360 commit 33ebbb5Copy full SHA for 33ebbb5
1 file changed
Dockerfile
@@ -21,7 +21,7 @@ COPY api/ ./api/
21
COPY configs/ ./configs/
22
23
RUN pip install --no-cache-dir --upgrade pip \
24
- && pip install --no-cache-dir .[api,onnx]
+ && pip install --no-cache-dir .[api,onnx,hub]
25
26
# Make the runtime directory writeable by the non-root user (for the
27
# /app/checkpoints volume mount, the model registry, etc.).
0 commit comments