Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Guru-25
/
grok
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
grok
/
Dockerfile
Guru-25
Update Dockerfile
506c376
verified
29 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
FROM
yxmiler/grok2api_python:latest
ENV
IS_TEMP_CONVERSATION
=
true
ENV
PORT
=7860
ENV
SHOW_THINKING
=
true
CMD [
"python"
,
"app.py"
]