Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
baihexc
/
R1
like
0
Paused
App
Files
Files
Fetching metadata from the HF Docker repository...
main
R1
/
Dockerfile
baihexc
Update Dockerfile
2e4a288
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
191 Bytes
FROM
wisdgod/cursor-api:latest
# 创建目录并设置权限
RUN
mkdir
-p /app && \
chmod
777 /app
# 设置工作目录
WORKDIR
/app
ENV
PORT=
7860
# 设置运行用户
USER
1000
:
1000