Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# A container for the core semantic-search capability.
#
######################################################
FROM python:3.12-alpine
FROM python:3.12-alpine3.20


# Install required packages
RUN apk update && \
apk add g++ make
apk add g++ make cargo rust

RUN apk upgrade -Ua

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ retrying
# We use Click 7.0 because that's what one of the pinned packages above use.
click
httpx
linkml-runtime==1.6.0
bmt==1.1.0
bmt==1.4.4
urllib3
Loading