Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wsxiaoys
/
hf-tabby
like
0
Runtime error
App
Files
Files
Community
04c977a
hf-tabby
/
Dockerfile
Meng Zhang
update
04c977a
over 1 year ago
raw
Copy download link
history
blame
Safe
116 Bytes
FROM
tabbyml/tabby:latest
USER
root
RUN
mkdir
-p /data
RUN
mkdir
-p /data/logs
RUN
chown
-R 1000 /data
USER
1000