Skip to content

Commit

Permalink
Merge branch 'branch-25.02' into david-document-arm-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv authored Jan 31, 2025
2 parents 7d73d10 + f3d1931 commit eae9a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/bin/dev-kafka-start
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ set -e
COMPOSE_FILE="${MORPHEUS_ROOT}/.devcontainer/docker-compose.yml"

docker compose -f $COMPOSE_FILE up -d zookeeper kafka
export ZOOKEEPER_HOST=$(docker compose -f $COMPOSE_FILE exec zookeper hostname -i)
export ZOOKEEPER_HOST=$(docker compose -f $COMPOSE_FILE exec zookeeper hostname -i)
export KAFKA_HOST=$(docker compose -f $COMPOSE_FILE exec kafka hostname -i)
2 changes: 1 addition & 1 deletion examples/llm/agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ All environments require additional Conda packages which can be installed with e
| Conda || |
| Morpheus Docker Container || |
| Morpheus Release Container || |
| Dev Container || |
| Dev Container || Requires using the `dev-kafka-start` and `dev-kafka-produce` scripts and using CLI option `--bootstrap_servers kafka:9092` |

## Background Information

Expand Down

0 comments on commit eae9a6f

Please sign in to comment.