-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into feat/add_batch_emails
- Loading branch information
Showing
192 changed files
with
4,323 additions
and
14,311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
docs/source/api_reference/syft.store.mongo_document_store.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ ARG TORCH_VERSION="2.2.2" | |
|
||
# ==================== [BUILD STEP] Python Dev Base ==================== # | ||
|
||
FROM cgr.dev/chainguard/wolfi-base as syft_deps | ||
FROM cgr.dev/chainguard/wolfi-base AS syft_deps | ||
|
||
ARG PYTHON_VERSION | ||
ARG UV_VERSION | ||
|
@@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/root/.cache,sharing=locked \ | |
|
||
# ==================== [Final] Setup Syft Server ==================== # | ||
|
||
FROM cgr.dev/chainguard/wolfi-base as backend | ||
FROM cgr.dev/chainguard/wolfi-base AS backend | ||
|
||
ARG PYTHON_VERSION | ||
ARG UV_VERSION | ||
|
@@ -84,9 +84,10 @@ ENV \ | |
DEFAULT_ROOT_EMAIL="[email protected]" \ | ||
DEFAULT_ROOT_PASSWORD="changethis" \ | ||
STACK_API_KEY="changeme" \ | ||
MONGO_HOST="localhost" \ | ||
MONGO_PORT="27017" \ | ||
MONGO_USERNAME="root" \ | ||
MONGO_PASSWORD="example" | ||
POSTGRESQL_DBNAME="syftdb_postgres" \ | ||
POSTGRESQL_HOST="localhost" \ | ||
POSTGRESQL_PORT="5432" \ | ||
POSTGRESQL_USERNAME="syft_postgres" \ | ||
POSTGRESQL_PASSWORD="example" | ||
|
||
CMD ["bash", "./grid/start.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.