mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 12:07:04 +00:00
Remove && \ from end of line (#3710)
This commit is contained in:
parent
d0f786af9f
commit
54bf7ad343
@ -26,7 +26,7 @@ ENV PATH="/opt/venv/bin:$PATH"
|
||||
|
||||
RUN pip install --upgrade pip && \
|
||||
pip install --no-cache-dir .${haystack_extras} && \
|
||||
pip install --no-cache-dir ./rest_api && \
|
||||
pip install --no-cache-dir ./rest_api
|
||||
|
||||
FROM $base_immage AS final
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user