Skip to content

Commit

Permalink
Add alpine glibc compatilibility package to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailalexander committed Jan 11, 2024
1 parent 0644a7f commit 81f45f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN pip install ${PIP_OPTIONS}
FROM python:3.10-alpine as runtime

# Add apt-get system dependecies for runtime here if needed
RUN apk add py3-numpy g++
RUN apk add py3-numpy g++ gcompat

# copy the virtual environment from the build stage and put it in PATH
COPY --from=build /venv/ /venv/
Expand Down

0 comments on commit 81f45f3

Please sign in to comment.