Explorar el Código

Update docker/global/Dockerfile

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Xiaomeng Zhao hace 4 meses
padre
commit
66f5a99f57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker/global/Dockerfile

+ 1 - 1
docker/global/Dockerfile

@@ -2,7 +2,7 @@
 FROM lmsysorg/sglang:v0.4.8.post1-cu126
 
 # Install libgl for opencv support
-RUN apt-get update && apt-get install -y libgl1 && apt-get clean
+RUN apt-get update && apt-get install -y libgl1 && apt-get clean && rm -rf /var/lib/apt/lists/*
 
 # Install mineru latest
 RUN python3 -m pip install -U 'mineru[core]' --break-system-packages