mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-19 21:13:21 -07:00
revert git location in Dockerfile
This commit is contained in:
parent
c85ff472d0
commit
6c8bf500b0
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ RUN apt -y install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 li
|
||||||
RUN apt install -y python3 python3-pip
|
RUN apt install -y python3 python3-pip
|
||||||
RUN ln -s /usr/bin/python3 /usr/bin/python
|
RUN ln -s /usr/bin/python3 /usr/bin/python
|
||||||
|
|
||||||
#RUN git clone https://github.com/iperov/DeepFaceLive.git
|
RUN git clone https://github.com/iperov/DeepFaceLive.git
|
||||||
RUN git clone https://github.com/CeeBeeEh/DeepFaceLive.git
|
|
||||||
|
|
||||||
RUN python -m pip install --upgrade pip
|
RUN python -m pip install --upgrade pip
|
||||||
RUN python -m pip install onnxruntime-gpu==1.10.0 numpy==1.21.5 h5py numexpr opencv-python==4.5.5.62 opencv-contrib-python==4.5.5.62 pyqt6==6.2.3 onnx==1.11.0 torch==1.8.1 torchvision==0.9.1
|
RUN python -m pip install onnxruntime-gpu==1.10.0 numpy==1.21.5 h5py numexpr opencv-python==4.5.5.62 opencv-contrib-python==4.5.5.62 pyqt6==6.2.3 onnx==1.11.0 torch==1.8.1 torchvision==0.9.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue