Spaces:
Runtime error
Runtime error
publishing
Browse files- Dockerfile +4 -0
Dockerfile
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM libretranslate/libretranslate:latest
|
| 2 |
+
|
| 3 |
+
# Only load English → Arabic to save RAM and speed up startup
|
| 4 |
+
CMD ["--host", "0.0.0.0", "--port", "7860", "--load-only", "en,ar"]
|