Update Dockerfile

This commit is contained in:
McCloudS
2024-02-11 08:23:25 -07:00
committed by GitHub
parent af72dd1f35
commit 3f8328dd3e

View File

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