shethjenil commited on
Commit
f51b9e2
·
verified ·
1 Parent(s): 7602c36

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ FROM python:3.11
2
+ RUN pip install g4f[all] g4f[webdriver]
3
+ CMD ["python", "-c","from g4f.gui import run_gui;run_gui(port=7860)"]