Skip to content

Commit 140ae5b

Browse files
authored
fixes for error in merlin tests (#1059)
1 parent cbfa7b8 commit 140ae5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/dockerfile.merlin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
9595

9696
RUN pip install --no-cache-dir --upgrade pip; pip install --no-cache-dir "cmake<3.25.0" ninja scikit-build pandas==1.5.2 \
9797
fastrlock nvidia-pyindex pybind11 pytest \
98-
transformers tensorflow-metadata betterproto \
98+
transformers==4.27.1 tensorflow-metadata betterproto \
9999
cachetools graphviz nvtx scipy "scikit-learn<1.2" \
100100
tritonclient[all] grpcio-channelz fiddle wandb npy-append-array \
101101
git+https://github.com/rapidsai/asvdb.git@main \
@@ -119,7 +119,7 @@ COPY --chown=1000:1000 --from=triton /opt/tritonserver/include include/
119119
COPY --chown=1000:1000 --from=triton /opt/tritonserver/repoagents/ repoagents/
120120
COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/python backends/
121121
# NOTE 2023-07: fil-backend is not available on ARM.
122-
COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/fil* backends/
122+
COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/fil* backends/fil/
123123
COPY --chown=1000:1000 --from=triton /usr/bin/serve /usr/bin/.
124124

125125
ENV PATH=/opt/tritonserver/bin:${PATH}:

0 commit comments

Comments
 (0)