Skip to content

Commit 8b189d8

Browse files
authored
Update Dockerfile
1 parent 9e110ac commit 8b189d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ WORKDIR /app/lora-scripts
3434
# - https://soulteary.com/2024/01/07/fix-opencv-dependency-errors-opencv-fixer.html
3535
# - https://blog.csdn.net/qq_50195602/article/details/124188467
3636
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/*
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/*
3838

3939
RUN pip install onnxruntime onnxruntime-gpu && rm -rf ~/.cache/pip/*
4040

0 commit comments

Comments
 (0)