Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
HuggingFaceH4/blogpost-scaling-test-time-compute
MatrixYao
/
blogpost-scaling-test-time-compute-zh
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
c209718
blogpost-scaling-test-time-compute-zh
/
nginx.conf
hynky
HF Staff
nginx
c209718
6 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
server {
listen
8080
;
server_name localhost;
root
/usr/
share
/nginx/
html;
index index.html;
location / {
try_files
$uri
$uri
/ /i
ndex.html;
}
}