Proper escape versions

This commit is contained in:
henryruhs
2023-09-26 19:11:59 +02:00
parent 83be88aa02
commit 96f2133a32
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ RUN apt-get update
RUN apt-get install curl -y
RUN apt-get install ffmpeg -y
RUN git clone https://github.com/facefusion/facefusion.git --branch $FACEFUSION_VERSION --single-branch .
RUN git clone https://github.com/facefusion/facefusion.git --branch ${FACEFUSION_VERSION} --single-branch .
RUN python install.py --onnxruntime cpu