Guru-25 commited on
Commit
8c9037b
·
verified ·
1 Parent(s): 09a09e1

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM yxmiler/grok2api_python:latest
2
+
3
+ ENV IS_TEMP_CONVERSATION=true
4
+ ENV PORT=7860
5
+ ENV ISSHOW_SEARCH_RESULTS=true
6
+ ENV SHOW_THINKING=true
7
+
8
+ CMD ["python", "app.py"]