Skip to content

Commit e218988

Browse files
committed
Fix 2
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent c70f9c7 commit e218988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

comps/text2query/src/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN pip install --no-cache-dir --upgrade pip setuptools uv && \
2121
if [ ${ARCH} = "cpu" ]; then \
2222
$uvpip torch --index-url https://download.pytorch.org/whl/cpu; \
2323
$uvpip -r /home/user/comps/text2query/src/requirements-cpu.txt; \
24+
$uvpip --upgrade --force-reinstall pydantic
2425
else \
2526
$uvpip -r /home/user/comps/text2query/src/requirements-gpu.txt; \
2627
fi

0 commit comments

Comments
 (0)