Skip to content

Commit

Permalink
Added initial API logic, crud for graph, connected vectordb and graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Nov 17, 2023
1 parent 6914c86 commit 5155289
Show file tree
Hide file tree
Showing 19 changed files with 814 additions and 693 deletions.
9 changes: 6 additions & 3 deletions level_4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,12 @@ RUN apt-get update -q && \
#RUN playwright install-deps

WORKDIR /app
COPY cognitive_architecture/ /app
COPY cognitive_architecture/ /app/cognitive_architecture
COPY main.py /app
COPY api.py /app

COPY cognitive_architecture/entrypoint.sh /app/entrypoint.sh

COPY entrypoint.sh /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh

ENTRYPOINT ["/app/entrypoint.sh"]
ENTRYPOINT ["/app/cognitive_architecture/entrypoint.sh"]
Loading

0 comments on commit 5155289

Please sign in to comment.