mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-04 20:30:39 +00:00
Update build files
This commit is contained in:
parent
58350d868c
commit
7e2b7fbabf
4 changed files with 8 additions and 4 deletions
|
@ -35,7 +35,8 @@ RUN if [ "$with_models" = "true" ]; then \
|
|||
|
||||
# Install package from source code
|
||||
RUN pip3 install . \
|
||||
&& pip3 cache purge
|
||||
&& pip3 cache purge \
|
||||
&& python3 compile_locales.py
|
||||
|
||||
# Depending on your cuda install you may need to uncomment this line to allow the container to access the cuda libraries
|
||||
# See: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#post-installation-actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue