Explorar el Código

Mise à jour de 'Dockerfile'

penta hace 4 días
padre
commit
3371e33936
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. 1 7
      Dockerfile

+ 1 - 7
Dockerfile

@@ -86,13 +86,7 @@ RUN apt-get update \
         --no-cache-dir \
         --force-reinstall \
         --constraint /tmp/selkies-constraints.txt \
-        /tmp/selkies-*.whl \
-    && /opt/selkies/bin/python - <<'PY'
-from pixelflux import CaptureSettings, ScreenCapture, StripeCallback
-import pcmflux
-
-print("Selkies, pixelflux et pcmflux : imports OK")
-PY
+        /tmp/selkies-*.whl
 
 # -----------------------------------------------------------------------------
 # Build the current nvidia-vaapi-driver without retaining build dependencies