Skip to content

Commit

Permalink
Merge pull request #1351 from Agenta-AI/fix/updapte-agenta-dockerfile…
Browse files Browse the repository at this point in the history
….template

Bug Fix: Update dockerfile.template in agenta-cli
  • Loading branch information
aakrem authored Feb 8, 2024
2 parents c34fe59 + dfabd3e commit b2cb563
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions agenta-cli/agenta/docker/docker-assets/Dockerfile.template
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM agentaai/templates_v2:main

ARG ROOT_PATH=/
ENV ROOT_PATH=${ROOT_PATH}

WORKDIR /app

COPY . .
Expand Down
3 changes: 1 addition & 2 deletions agenta-cli/agenta/docker/docker-assets/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@


if __name__ == "__main__":
assert os.environ["ROOT_PATH"] != ""
run("agenta:app", host="0.0.0.0", port=80, root_path=os.environ["ROOT_PATH"])
run("agenta:app", host="0.0.0.0", port=80)
2 changes: 1 addition & 1 deletion agenta-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agenta"
version = "0.10.2"
version = "0.10.3"
description = "The SDK for agenta is an open-source LLMOps platform."
readme = "README.md"
authors = ["Mahmoud Mabrouk <[email protected]>"]
Expand Down

0 comments on commit b2cb563

Please sign in to comment.