Skip to content

Commit

Permalink
feat: upgrade playground image
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Dec 12, 2024
1 parent daec880 commit 881d47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def rgb2base64jpeg(rgb_data, width, height):
# Save the image to a BytesIO object in JPEG format
buffered = BytesIO()
pil_image.save(buffered, format="JPEG")
pil_image.save("test.jpg", format="JPEG")
# pil_image.save("test.jpg", format="JPEG")

# Get the byte data of the JPEG image
jpeg_image_data = buffered.getvalue()
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
networks:
- ten_agent_network
ten_agent_playground:
image: ghcr.io/ten-framework/ten_agent_playground:0.6.1-39-gcda3b08
image: ghcr.io/ten-framework/ten_agent_playground:0.6.2-9-gdaec880
container_name: ten_agent_playground
restart: always
ports:
Expand Down

0 comments on commit 881d47f

Please sign in to comment.