Create Dockerfile
Browse files- 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"]
|