Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gitdeem
/
agent
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
41b7e8e
agent
/
Dockerfile
gitdeem
Upload Dockerfile
41b7e8e
verified
4 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
FROM
xyuant/agent:web
RUN
mkdir
/app/logs &&
chmod
777 /app/logs
RUN
mkdir
/app/workspace &&
chmod
777 /app/workspace
RUN
mkdir
logs/ &&
chmod
777 logs/