Skip to content

Commit

Permalink
Trying to fix GHA build error
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Aug 7, 2024
1 parent 96d3cc9 commit 8dc7b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM python:3.12-slim-bookworm
FROM python:3.11-slim-bookworm
LABEL org.opencontainers.image.authors="[email protected],[email protected],[email protected]"

ENV PIP_ROOT_USER_ACTION=ignore

# Install prerequisites
RUN apt-get update && \
apt-get upgrade --assume-yes && \
Expand All @@ -18,7 +20,7 @@ RUN cd /usr/local/share/deenurp/ && \
PYTHON=/usr/local/bin/python3 \
DEENURP=/usr/local/share/deenurp/ \
bin/bootstrap.sh /usr/local/ \
pip install --requirement requirements.txt --root-user-action=ignore
pip install --requirement requirements.txt

# clean up sources apt packages
RUN rm -rf /var/lib/apt/lists/* && \
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ PyYAML==6.0.2
scikit-learn==1.5.1
scipy==1.14.0
seqmagick==0.8.6
setuptools==72.1.0
six==1.16.0
SQLAlchemy==2.0.32
sqlparse==0.5.1
taxtastic==0.10.0
threadpoolctl==3.5.0
typing_extensions==4.12.2
tzdata==2024.1
wheel==0.44.0

0 comments on commit 8dc7b2c

Please sign in to comment.