From 09bea4229a611645af8658a7eceef8f30ada2c14 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 14 Mar 2024 21:44:58 +0100 Subject: [PATCH] Remove the torch hack --- Dockerfile.cuda | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.cuda b/Dockerfile.cuda index d1f9923..26c7b9c 100644 --- a/Dockerfile.cuda +++ b/Dockerfile.cuda @@ -16,4 +16,3 @@ RUN apt-get install ffmpeg -y RUN git clone https://github.com/facefusion/facefusion.git --branch ${FACEFUSION_VERSION} --single-branch . RUN python install.py --onnxruntime cuda-11.8 --skip-venv -RUN cd /usr/local/lib/python3.10/dist-packages/torch/lib && ln -s libnvrtc-672ee683.so.11.2 libnvrtc.so