Tutorial browser use ui , with docker

To run browser use UI via Docker, follow these steps:


Steps to Start the browser use UI Container

  1. Navigate to the project directory:

     cd /media/backup_006_3/workspace.01.main/web-ui/web-ui
    
  2. Start the container with persistent browser sessions:

     CHROME_PERSISTENT_SESSION=true docker compose up -d
    
  3. Access the WebUI:

  4. View browser interactions (optional):

  5. Check logs to verify everything is running:

     docker compose logs -f
    
  6. Stop the container when finished:

     docker compose down
    

Important Notes:

  • Persistent Browser Mode: The CHROME_PERSISTENT_SESSION=true environment variable ensures the browser remains open between AI tasks.

  • API Key Configuration:

    • Ensure your API key is configured in the .env file under the variable OPENAI_API_KEY.

    • You can edit the .env file with:

        nano .env
      
  • Verify Browser Use UI: After starting, you can test the functionality and ensure your LLM configurations are working via the WebUI.