Skip to content

Commit

Permalink
Update the location of install_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrenchGhosty authored Jan 23, 2023
1 parent a487211 commit 993cfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt update -y && apt upgrade -y \
&& pip install --upgrade pip \
&& git clone --depth=1 https://github.com/LibreTranslate/LibreTranslate . \
&& pip install -e . \
&& python3 install_models.py \
&& python3 scripts/install_models.py \
&& pip install . \
&& pip cache purge
EXPOSE 5000
Expand Down

0 comments on commit 993cfb8

Please sign in to comment.