mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 07:30:58 +00:00
removed non-functional pip command
This commit is contained in:
parent
4ed587ce99
commit
65c64e065c
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ RUN if [ "$with_models" = "true" ]; then \
|
||||||
fi \
|
fi \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RUN python -mvenv venv && ./venv/bin/pip install --no-cache-dir --upgrade pip
|
|
||||||
# Install package from source code
|
# Install package from source code
|
||||||
RUN pip3 install Babel==2.12.1 && python3 scripts/compile_locales.py \
|
RUN pip3 install Babel==2.12.1 && python3 scripts/compile_locales.py \
|
||||||
&& pip3 install "numpy<2" \
|
&& pip3 install "numpy<2" \
|
||||||
|
|
Loading…
Reference in a new issue