File size: 129 Bytes
8c9037b
 
 
 
 
 
 
1
2
3
4
5
6
7
FROM yxmiler/grok2api_python:latest

ENV IS_TEMP_CONVERSATION=true
ENV PORT=7860
ENV SHOW_THINKING=true

CMD ["python", "app.py"]