grok / Dockerfile
Guru-25's picture
Create Dockerfile
8c9037b verified
raw
history blame
160 Bytes
FROM yxmiler/grok2api_python:latest
ENV IS_TEMP_CONVERSATION=true
ENV PORT=7860
ENV ISSHOW_SEARCH_RESULTS=true
ENV SHOW_THINKING=true
CMD ["python", "app.py"]