lalalic commited on
Commit
5a86a68
·
verified ·
1 Parent(s): b6a97cb

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from registry.hf.space/lalalic-chattts:latest
2
+
3
+ USER root
4
+
5
+ CMD ["python", "launch.py", "--no_half"]