Hugging Face
Models
Datasets
Spaces
Community
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...
8c9037b
grok
/
Dockerfile
Guru-25
Create Dockerfile
8c9037b
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
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"
]