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