GPT4FREE / Dockerfile
shethjenil's picture
Upload Dockerfile
f51b9e2 verified
raw
history blame contribute delete
128 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)"]