grok / Dockerfile
Guru-25's picture
Update Dockerfile
506c376 verified
raw
history blame contribute delete
129 Bytes
FROM yxmiler/grok2api_python:latest
ENV IS_TEMP_CONVERSATION=true
ENV PORT=7860
ENV SHOW_THINKING=true
CMD ["python", "app.py"]