Spaces:
Running
Running
shethjenil
commited on
Upload Dockerfile
Browse files- 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)"]
|