Skip to content

Commit

Permalink
Merge pull request #49 from alkem-io/develop
Browse files Browse the repository at this point in the history
Release v0.9.0 - cleanup and reafactor
  • Loading branch information
valeksiev authored Oct 21, 2024
2 parents d18e2ff + e80351e commit 228b47e
Show file tree
Hide file tree
Showing 11 changed files with 179 additions and 827 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/build-deploy-k8s-dev-azure.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/build-deploy-k8s-sandbox-azure.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/build-deploy-k8s-test-azure.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ COPY . /app
RUN poetry config virtualenvs.create true && poetry install --no-interaction --no-ansi

# Run guidance_engine.py when the container launches
CMD ["poetry", "run", "python", "virtual_contributor_engine_expert.py"]
CMD ["poetry", "run", "python", "main.py"]
186 changes: 0 additions & 186 deletions _ai_adapter.py

This file was deleted.

Loading

0 comments on commit 228b47e

Please sign in to comment.