Update Dockerfile

This commit is contained in:
McCloudS
2024-02-10 14:36:24 -07:00
committed by GitHub
parent e4c02c5c6f
commit 95c784f9c0

View File

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