Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren committed Nov 21, 2024
1 parent 2c311c5 commit b3dcbb8
Show file tree
Hide file tree
Showing 14 changed files with 122 additions and 807 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,4 @@ ee/experimental/ai_temp/*
oauth2.cfg
scripts/keep_slack_bot.py
keepnew.db
providers_cache.json
3 changes: 3 additions & 0 deletions docker/Dockerfile.api
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ COPY examples examples
COPY README.md README.md
RUN poetry build && /venv/bin/pip install --use-deprecated=legacy-resolver dist/*.whl


FROM base as final
ENV PATH="/venv/bin:${PATH}"
ENV VIRTUAL_ENV="/venv"
ENV EE_PATH="ee"
COPY --from=builder /venv /venv
COPY --from=builder /app/examples /examples
# Build the providers cache
RUN keep provider build_cache
# as per Openshift guidelines, https://docs.openshift.com/container-platform/4.11/openshift_images/create-images.html#use-uid_create-images
RUN chgrp -R 0 /app && chmod -R g=u /app
RUN chown -R keep:keep /app
Expand Down
Empty file removed ee/experimental/__init__.py
Empty file.
Empty file removed ee/experimental/ai_temp/.gitkeep
Empty file.
239 changes: 0 additions & 239 deletions ee/experimental/generative_utils.py

This file was deleted.

122 changes: 0 additions & 122 deletions ee/experimental/graph_utils.py

This file was deleted.

Loading

0 comments on commit b3dcbb8

Please sign in to comment.