Update Dockerfile

This commit is contained in:
McCloudS
2024-02-11 10:11:39 -07:00
committed by GitHub
parent b90190e639
commit 1ccf838fef

View File

@@ -24,6 +24,7 @@ RUN apt-get update \
optimum
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/launcher.py /subgen/launcher.py
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen/subgen.py
CMD [ "bash", "-c", "python3 -u launcher.py && python3 -u subgen.py" ]