A (very) simple, text only chatbot using Society AI inference endpoint
Update Dockerfile
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 1m21s
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 1m21s
This commit is contained in:
parent
870032dc76
commit
2bef71abb2
@ -1,5 +1,5 @@
|
||||
# Use a slim base image to reduce potential vulnerabilities
|
||||
FROM 637423653021.dkr.ecr.us-east-2.amazonaws.com/python:3.10-bookworm
|
||||
FROM python:3.10-bookworm
|
||||
|
||||
# Create a non-root user and group with home directory set to /usr/src/app
|
||||
RUN useradd --no-log-init -r -m -d /usr/src/app appuser
|
||||
|
Loading…
x
Reference in New Issue
Block a user