Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
jobs:
checks:
runs-on: ubuntu-latest
env:
NLTK_DISABLE_IMPORT_SECURITY: "1"
services:
postgres:
image: postgres:16
Expand Down
2 changes: 0 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \
# Install pinned spaCy model in the final environment used at runtime.
RUN python -m pip install --no-deps "${SPACY_MODEL_WHEEL_URL}"

ENV NLTK_DISABLE_IMPORT_SECURITY=1

# Set HuggingFace cache directory
ENV HF_HOME=/app/hf_cache

Expand Down
2 changes: 0 additions & 2 deletions backend/scripts/install_guardrails_from_hub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ GUARDRAILS_HUB_API_KEY="${GUARDRAILS_HUB_API_KEY:-}"
ENABLE_METRICS="${ENABLE_METRICS:-false}"
ENABLE_REMOTE_INFERENCING="${ENABLE_REMOTE_INFERENCING:-true}"

export NLTK_DISABLE_IMPORT_SECURITY=1

BACKEND_DIR="$(cd "$SCRIPT_DIR/.." && pwd)"
MANIFEST_FILE="${1:-$BACKEND_DIR/app/core/validators/validators.json}"

Expand Down
Loading