File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
9595
9696RUN 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/
119119COPY --chown=1000:1000 --from=triton /opt/tritonserver/repoagents/ repoagents/
120120COPY --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/
123123COPY --chown=1000:1000 --from=triton /usr/bin/serve /usr/bin/.
124124
125125ENV PATH=/opt/tritonserver/bin:${PATH}:
You can’t perform that action at this time.
0 commit comments