sam2ai commited on
Commit
fd4a72d
·
1 Parent(s): 3d5a52f

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -64,6 +64,6 @@ EXPOSE 7860
64
  # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "14000", "--limit-concurrency", "1000"]
65
  RUN python3 download.py
66
 
67
- RUN chmod 755 /models
68
 
69
  CMD ["python3", "app.py", "--host=0.0.0.0", "--port=7860", "--model_path=models/BAAI/bge-small-en-v1.5", "--num_workers=2"]
 
64
  # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "14000", "--limit-concurrency", "1000"]
65
  RUN python3 download.py
66
 
67
+ RUN chmod 755 models
68
 
69
  CMD ["python3", "app.py", "--host=0.0.0.0", "--port=7860", "--model_path=models/BAAI/bge-small-en-v1.5", "--num_workers=2"]