Skip to content

Commit

Permalink
Merge pull request #43 from icanbwell/pin-python-crfsuite-to-0.9.10
Browse files Browse the repository at this point in the history
pin python-crfsuite to 0.9.10
  • Loading branch information
changsu-bWell authored Aug 23, 2024
2 parents f4ace1f + 0ec866c commit 176bdd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minimal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN mkdir /tmp/bsights-engine-spark \
&& ls /tmp/spark/jars

# Build stage for pip packages
FROM python:3.12-slim AS python_packages
FROM python:3.12-slim-bookworm AS python_packages

RUN pip debug --verbose

Expand All @@ -37,7 +37,7 @@ RUN python --version && \
python -m pip install --no-cache-dir wheel && \
python -m pip install --no-cache-dir pipenv && \
python -m pip install setuptools>=72.1.0 packaging>=24.1 && \
python -m pip install --no-cache-dir python-crfsuite # doesn't have an aarch64 wheel
python -m pip install --no-cache-dir python-crfsuite==0.9.10 # doesn't have an aarch64 wheel
ENV PYTHONPATH=/helix.spark
ENV PYTHONPATH="/opt/project:${PYTHONPATH}"
Expand Down

0 comments on commit 176bdd1

Please sign in to comment.