ehristoforu commited on
Commit
3a7b0cd
·
verified ·
1 Parent(s): f02a2f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -18,11 +18,11 @@ RUN apt-get update && \
18
 
19
  RUN pip install -U pygobject PyQt5 qtpy
20
 
21
- RUN pip install -U pywebview g4f[all]
22
 
23
  WORKDIR /app
24
 
25
  COPY . /app
26
 
27
  EXPOSE 7860
28
- CMD ["python", "-m", "g4f.gui.run", "-debug", "-host", "0.0.0.0", "-port", "7860", "--ignore-cookie-files", "--cookie-browsers", "_g4f"]
 
18
 
19
  RUN pip install -U pygobject PyQt5 qtpy
20
 
21
+ RUN pip install -U pywebview g4f[all]==0.3.3.4
22
 
23
  WORKDIR /app
24
 
25
  COPY . /app
26
 
27
  EXPOSE 7860
28
+ CMD ["python", "-m", "g4f.gui.run", "-debug", "-host", "0.0.0.0", "-port", "7860"]