Update build files

This commit is contained in:
Piero Toffanin 2023-01-06 11:58:32 -05:00
parent 58350d868c
commit 7e2b7fbabf
4 changed files with 8 additions and 4 deletions

View file

@ -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