Skip to content

Commit

Permalink
Fix compose file path
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Aug 23, 2024
1 parent 06dd08a commit ef99a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/cli/utils/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def set_ollama_api_base(exclude_ollama):

def get_compose_files():
package_dir = os.path.join(
os.path.dirname(os.path.abspath(__file__)), "..", "..", ".."
os.path.dirname(os.path.abspath(__file__)), "..", "..",
)
compose_files = {
"base": os.path.join(package_dir, "compose.yaml"),
Expand Down

0 comments on commit ef99a10

Please sign in to comment.