This commit is contained in:
Kar
2025-04-21 16:58:51 +05:30
parent 2712a026ab
commit 7e12ef3738
4 changed files with 38 additions and 22 deletions

View File

@@ -20,4 +20,5 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
# Set the entrypoint
CMD ["python", "start_moondream.py"]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "3000"]