asv7j commited on
Commit
e4510f9
·
verified ·
1 Parent(s): df195c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ RUN pip install fastapi requests libretranslate uvicorn[standard]==0.17.*
6
 
7
  COPY . .
8
 
9
- RUN python main.py --load-only hi,en
10
 
11
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
6
 
7
  COPY . .
8
 
9
+ #RUN python main.py --load-only hi,en
10
 
11
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]