Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
NexusV1
/
v
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
v
/
Dockerfile
NexusV1
Update Dockerfile
055b20b
verified
over 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
176 Bytes
FROM
node:
20
WORKDIR
/app
RUN
chmod
-R 777 /app \
&& apt-get update && apt-get install -y git
COPY
start.sh /start.sh
RUN
chmod
+x /start.sh
EXPOSE
7860
CMD
[
"/start.sh"
]