devusman commited on
Commit
1b0d80d
·
1 Parent(s): c33a38a

publishing

Browse files
Files changed (1) hide show
  1. 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"]