Update Dockerfile to use Python 3.12.3 and refine NORMAL_CHAT_PROMPT for clarity
This commit is contained in:
@@ -40,7 +40,7 @@ RUN apk add --no-cache libstdc++
|
||||
WORKDIR /usr/src/discordbot
|
||||
|
||||
# Copy installed Python packages from builder
|
||||
COPY --from=builder /usr/local/lib/python3.11 /usr/local/lib/python3.11
|
||||
COPY --from=builder /usr/local/lib/python3.12.3 /usr/local/lib/python3.12.3
|
||||
COPY --from=builder /usr/local/bin /usr/local/bin
|
||||
|
||||
# Copy the application source code
|
||||
|
||||
Reference in New Issue
Block a user