We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1b088 commit 44efc6eCopy full SHA for 44efc6e
src/ai-service/Dockerfile
@@ -1,6 +1,10 @@
1
# Use the official Python image as the base image
2
FROM python:3.12.4-alpine
3
4
+# Install the required system packages
5
+RUN apk update && \
6
+ apk add --no-cache gcc musl-dev libffi-dev
7
+
8
# Set the working directory to /app
9
WORKDIR /app
10
0 commit comments