mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-09-23 10:10:46 +02:00
Proper escape versions
This commit is contained in:
+1
-1
@@ -13,5 +13,5 @@ RUN apt-get install git -y
|
||||
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 cuda
|
||||
|
||||
Reference in New Issue
Block a user