Skip to content

Commit 44efc6e

Browse files
committed
fix: ai-service container build
1 parent ac1b088 commit 44efc6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ai-service/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Use the official Python image as the base image
22
FROM python:3.12.4-alpine
33

4+
# Install the required system packages
5+
RUN apk update && \
6+
apk add --no-cache gcc musl-dev libffi-dev
7+
48
# Set the working directory to /app
59
WORKDIR /app
610

0 commit comments

Comments
 (0)