FROM python:3.11 RUN pip install g4f[all] g4f[webdriver] CMD ["python", "-c","from g4f.gui import run_gui;run_gui(port=7860)"]