Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
adieroxy
/
ATPMAG2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ATPMAG2
/
Dockerfile
adieroxy
Create Dockerfile
bc9a667
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
FROM n8nio/n8n:latest
USER
root
# Switch to the correct user for Hugging Face permissions
RUN chmod -R
777
/home/
node
/.n8n
USER
node