From 3f8328dd3e4914be437b1f31a86c09c326e21d44 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sun, 11 Feb 2024 08:23:25 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ff94a3a..145aabf 100755 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,8 @@ RUN apt-get update \ accelerate \ optimum -ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen/subgen.py +ADD https://raw.githubusercontent.com/McCloudS/subgen/main/launcher.py /subgen/launcher.py -CMD [ "python3", "-u", "./subgen.py" ] +CMD [ "python3", "-u", "launcher.py", "python3", "-u", "./subgen.py" ] EXPOSE 8090