瀏覽代碼

Mise à jour de 'Dockerfile'

penta 4 天之前
父節點
當前提交
3371e33936
共有 1 個文件被更改,包括 1 次插入7 次删除
  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