From 993cfb84784cbff88be1bfe9e549e8f9c64744ab Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Mon, 23 Jan 2023 08:33:51 +0100 Subject: [PATCH] Update the location of install_models.py --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 6e68c8a..46551f5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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