Update Dockerfile

This commit is contained in:
McCloudS
2024-02-11 10:03:46 -07:00
committed by GitHub
parent 2b8610ef6f
commit 7a8e145734

View File

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