From 9f676af5a8405594d961ca8519ea31753c2c6b94 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 12 Oct 2023 22:43:55 +0200 Subject: [PATCH] Fix Dockerfile.cuda --- Dockerfile.cuda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.cuda b/Dockerfile.cuda index 13e49d4..7e2de18 100644 --- a/Dockerfile.cuda +++ b/Dockerfile.cuda @@ -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