Skip to content

Commit

Permalink
fix(.github): Fix agents-api docker-compose file
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <[email protected]>
  • Loading branch information
creatorrr committed Apr 17, 2024
1 parent df3a71a commit c72584d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions agents-api/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: julep-agents-api
version: "3"

include:
# - ../model-serving/docker-compose.yml
# - ../memory-store/docker-compose.yml
# TODO: figure out why this doesn't work
# TODO: figure out why this doesn't work
# include:
# - ../model-serving/docker-compose.yml
# - ../memory-store/docker-compose.yml

services:
agents-api:
image: julepai/agents-api:dev
Expand Down

0 comments on commit c72584d

Please sign in to comment.