Skip to content

Commit

Permalink
fix: ai-service container build
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu committed Aug 3, 2024
1 parent ac1b088 commit 44efc6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ai-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Use the official Python image as the base image
FROM python:3.12.4-alpine

# Install the required system packages
RUN apk update && \
apk add --no-cache gcc musl-dev libffi-dev

# Set the working directory to /app
WORKDIR /app

Expand Down

0 comments on commit 44efc6e

Please sign in to comment.