Skip to content

Commit

Permalink
feat: rename docker to letta/letta (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders authored Nov 7, 2024
1 parent 0c4cafe commit 09e8d59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: |
# Extract the version number from pyproject.toml using awk
CURRENT_VERSION=$(awk -F '"' '/version =/ { print $2 }' pyproject.toml | head -n 1)
docker build . --file Dockerfile --tag lettaai/letta:$CURRENT_VERSION --tag letta/letta:latest
docker build . --file Dockerfile --tag letta/letta:$CURRENT_VERSION --tag letta/letta:latest
docker push letta/letta:$CURRENT_VERSION
docker push letta/letta:latest
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
ports:
- "5432:5432"
letta_server:
image: lettaai/letta:latest
image: letta/letta:latest
hostname: letta
depends_on:
- letta_db
Expand Down
2 changes: 1 addition & 1 deletion dev-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
ports:
- "5432:5432"
letta_server:
image: lettaai/letta:lates
image: letta/letta:latest
hostname: letta
build:
context: .
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-vllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
letta:
image: lettaai/letta:latest
image: letta/letta:latest
ports:
- "8283:8283"
environment:
Expand Down

0 comments on commit 09e8d59

Please sign in to comment.