Skip to content

Commit

Permalink
fix: add app to Python path
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Mar 4, 2024
1 parent 4d37ad4 commit 9bba683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV REDIS_PORT 6379
ENV REDIS_BROKER_DB_NUM 0
ENV REDIS_RESULT_BACKEND_DB_NUM 1
ENV QUEUE_NAME "llm"
ENV PYTHONPATH "${PYTHONPATH}:/app/"

WORKDIR /app/

Expand Down

0 comments on commit 9bba683

Please sign in to comment.