ggx / Dockerfile
sanbo1200's picture
Update Dockerfile
8fe292e verified
raw
history blame contribute delete
199 Bytes
FROM python:3.11
RUN pip install g4f[all] g4f[webdriver]
CMD ["python", "-c","from g4f.gui import run_gui;run_gui(port=7860)"]
# CMD ["python", "-c","from g4f.api import run_api;run_api(port=7860)"]