Skip to content

Commit 16511a1

Browse files
committed
Cleaning up end of file.
1 parent 27b62c9 commit 16511a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-intel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ COPY backends/python/server/text_embeddings_server/models/__init__.py backends/p
9797
COPY backends/python/server/pyproject.toml backends/python/server/pyproject.toml
9898

9999
RUN cd backends/python/server && \
100-
pip install -U pip uv && \
100+
pip install -U pip uv && \
101101
uv venv && \
102102
cp -r /usr/local/lib/python3.10/dist-packages/* /usr/src/backends/python/server/.venv/lib/python3.10/site-packages/ && \
103103
make install-hpu

0 commit comments

Comments
 (0)