We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e110ac commit 8b189d8Copy full SHA for 8b189d8
1 file changed
Dockerfile
@@ -34,7 +34,7 @@ WORKDIR /app/lora-scripts
34
# - https://soulteary.com/2024/01/07/fix-opencv-dependency-errors-opencv-fixer.html
35
# - https://blog.csdn.net/qq_50195602/article/details/124188467
36
RUN pip install opencv-fixer==0.2.5 && python -c "from opencv_fixer import AutoFix; AutoFix()" \
37
- pip install opencv-python-headless && apt install ffmpeg libsm6 libxext6 libgl1 -y && apt-get clean && rm -rf /var/lib/apt/lists/* && && rm -rf ~/.cache/pip/*
+ pip install opencv-python-headless && apt install ffmpeg libsm6 libxext6 libgl1 -y && apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf ~/.cache/pip/*
38
39
RUN pip install onnxruntime onnxruntime-gpu && rm -rf ~/.cache/pip/*
40
0 commit comments