mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-12-15 16:10:39 +03:00
add user messages count action (#76)
* remove fastapi users dependency * add user service to chatbot service * add user save on bot info command * add user model to admin * fix tests
This commit is contained in:
@@ -61,7 +61,4 @@ RUN chmod +x ./start-bot.sh
|
||||
COPY --from=compile-image /app/.venv /app/.venv
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
|
||||
# workarroud fo python3.12 and setuptools not found for fastapi users
|
||||
RUN pip3 uninstall -y setuptools && pip3 install --upgrade setuptools wheel
|
||||
|
||||
USER ${USER}
|
||||
|
||||
Reference in New Issue
Block a user