Skip to content

Commit 33ebbb5

Browse files
authored
fix(docker): include huggingface_hub in image build by adding hub extra to pip install
1 parent 9c55360 commit 33ebbb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ COPY api/ ./api/
2121
COPY configs/ ./configs/
2222

2323
RUN pip install --no-cache-dir --upgrade pip \
24-
&& pip install --no-cache-dir .[api,onnx]
24+
&& pip install --no-cache-dir .[api,onnx,hub]
2525

2626
# Make the runtime directory writeable by the non-root user (for the
2727
# /app/checkpoints volume mount, the model registry, etc.).

0 commit comments

Comments
 (0)