mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-06-06 02:53:53 +02:00
Fix Dockerfile.cuda
This commit is contained in:
+1
-1
@@ -15,4 +15,4 @@ RUN apt-get install ffmpeg -y
|
||||
|
||||
RUN git clone https://github.com/facefusion/facefusion.git --branch ${FACEFUSION_VERSION} --single-branch .
|
||||
RUN python install.py --torch cuda --onnxruntime cuda
|
||||
RUN cd /usr/local/lib/python3.10/dist-packages/torch/lib && ln -s libnvrtc-672ee683 libnvrtc.so
|
||||
RUN cd /usr/local/lib/python3.10/dist-packages/torch/lib && ln -s libnvrtc-672ee683.so.11.2 libnvrtc.so
|
||||
|
||||
Reference in New Issue
Block a user