Remove the torch hack

This commit is contained in:
henryruhs
2024-03-14 21:44:58 +01:00
parent 05f49b7596
commit 09bea4229a
-1
View File
@@ -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