Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: move docker run command to use port 8283 #1949

Merged
merged 4 commits into from
Oct 28, 2024
Merged

feat: move docker run command to use port 8283 #1949

merged 4 commits into from
Oct 28, 2024

Conversation

sarahwooders
Copy link
Collaborator

@sarahwooders sarahwooders commented Oct 28, 2024

You can now spin up letta with

> docker run lettaai/letta:latest

Starting MEMGPT server...
Initializing database...
uvicorn.error - INFO - Started server process [8]
uvicorn.error - INFO - Waiting for application startup.
/app/.venv/lib/python3.12/site-packages/pydantic/json_schema.py:2191: PydanticJsonSchemaWarning: Default value <property object at 0xffff886c54e0> is not JSON serializable; excluding default from JSON schema [non-serializable-default]
  warnings.warn(message, PydanticJsonSchemaWarning)
uvicorn.error - INFO - Application startup complete.
uvicorn.error - INFO - Uvicorn running on http://0.0.0.0:8283 (Press CTRL+C to quit)

@mattzh72 mattzh72 merged commit 9302c56 into main Oct 28, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants