Skip to content

Commit

Permalink
Add orjson==3.10.15 to base image and upgrade vespa to 8.472.109-1.el8 (
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliAlex authored Feb 5, 2025
1 parent d8d530b commit 476962c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN if [ "${TARGETPLATFORM}" = "linux/arm64" ]; then \
# Install Vespa and pin the version. All versions can be found using `dns list vespa`
# This is installed as a separate docker layer since we need to upgrade vespa regularly
RUN dnf config-manager --add-repo https://raw.githubusercontent.com/vespa-engine/vespa/master/dist/vespa-engine.repo && \
dnf install -y vespa-8.431.32-1.el8
dnf install -y vespa-8.472.109-1.el8

ADD scripts/start_vespa.sh /usr/local/bin/start_vespa.sh

Expand Down
3 changes: 3 additions & 0 deletions requirements/amd64-gpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -496,5 +496,8 @@ zipp==3.20.2
# importlib-metadata
# importlib-resources
hf-transfer==0.1.8
# via
# -r requirements.in
orjson==3.10.15
# via
# -r requirements.in
3 changes: 3 additions & 0 deletions requirements/arm64-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -483,5 +483,8 @@ zipp==3.20.2
# importlib-metadata
# importlib-resources
hf-transfer==0.1.8
# via
# -r requirements.in
orjson==3.10.15
# via
# -r requirements.in
6 changes: 5 additions & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pycurl==7.45.3
huggingface-hub==0.25.0
jinja2==3.1.4
hf-transfer==0.1.8
orjson==3.10.15

# AMD Specific packages
--extra-index-url https://download.pytorch.org/whl/cu113
Expand Down Expand Up @@ -97,4 +98,7 @@ watchfiles==0.24.0
websockets==13.1
zipp==3.20.2
yarl==1.13.1
portalocker==2.10.1
portalocker==2.10.1
attrs==24.3.0
pytz==2024.2
filelock==3.16.1

0 comments on commit 476962c

Please sign in to comment.