Skip to content

Commit

Permalink
chore: set python stdout buffer to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhwang97 committed Feb 29, 2024
1 parent 66978c1 commit cc31c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classifier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ ENV NOCO_DB_URL=${NOCO_DB_URL}
ENV NOCO_XC_TOKEN=${NOCO_XC_TOKEN}
ENV LLM_URL=${LLM_URL}

ENV PYTHONUNBUFFERED=1

RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 5001
Expand Down

0 comments on commit cc31c65

Please sign in to comment.