Skip to content

Commit

Permalink
add AlkemioVirtualContributorEngine() implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
valeksiev committed Nov 13, 2024
1 parent 0237236 commit aa90595
Show file tree
Hide file tree
Showing 20 changed files with 986 additions and 491 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ azure.env
local.env
docker-compose-local.yaml
.DS_Store
*.log
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ COPY --from=builder /root/.cache/pypoetry/virtualenvs /root/.cache/pypoetry/virt
ENV PATH="/usr/local/hugo:/usr/local/go/bin:${PATH}"

# Run virtual_contributor_engine_guidance.py when the container launches
CMD ["poetry", "run", "python", "virtual_contributor_engine_guidance.py"]
CMD ["poetry", "run", "python", "main.py"]
Loading

0 comments on commit aa90595

Please sign in to comment.