burtenshaw HF Staff commited on
Commit
316de4b
·
verified ·
1 Parent(s): 0e70d18

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -46,7 +46,7 @@ RUN pip install --no-cache-dir -e .
46
  # This overwrites the installed openenv version until the fix is released
47
  RUN OPENENV_WEB_INTERFACE=$(python -c "import openenv.core.env_server.web_interface as m; print(m.__file__)") && \
48
  echo "Patching $OPENENV_WEB_INTERFACE with thread pool fix for Playwright..." && \
49
- cp /app/env/web_interface_patch.py "$OPENENV_WEB_INTERFACE" && \
50
  echo "Patch applied. Verifying fix..." && \
51
  grep -q "_run_sync_in_thread_pool" "$OPENENV_WEB_INTERFACE" && \
52
  echo "✓ Thread pool fix verified in web_interface.py"
 
46
  # This overwrites the installed openenv version until the fix is released
47
  RUN OPENENV_WEB_INTERFACE=$(python -c "import openenv.core.env_server.web_interface as m; print(m.__file__)") && \
48
  echo "Patching $OPENENV_WEB_INTERFACE with thread pool fix for Playwright..." && \
49
+ cp /app/env/server/web_interface_patch.py "$OPENENV_WEB_INTERFACE" && \
50
  echo "Patch applied. Verifying fix..." && \
51
  grep -q "_run_sync_in_thread_pool" "$OPENENV_WEB_INTERFACE" && \
52
  echo "✓ Thread pool fix verified in web_interface.py"