Skip to content

Commit

Permalink
anchor tf version to avoid errors in 2.10.0 libnvinfer look ups (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored Sep 15, 2022
1 parent 9013783 commit e348633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM ${BASE_IMAGE}
COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/tensorflow2 backends/tensorflow2/
COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/pytorch backends/pytorch/

RUN pip install tensorflow-gpu
RUN pip install tensorflow-gpu==2.9.2
RUN pip install torch --extra-index-url https://download.pytorch.org/whl/cu113
RUN pip install torchmetrics==0.3.2 matplotlib
RUN pip install fastai fastcore fastprogress fastdownload --no-deps
Expand Down

0 comments on commit e348633

Please sign in to comment.