mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-09-19 08:22:28 +02:00
Proper escape versions
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user