PAI
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user