Skip to content

Commit

Permalink
Merge pull request #934 from anarkiwi/ts9
Browse files Browse the repository at this point in the history
torchserve 0.9.0
  • Loading branch information
anarkiwi authored Oct 24, 2023
2 parents 6aa48f5 + f99a670 commit 611f2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.cuda-torchserve
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && \
git \
python3-pip
RUN pip config set global.no-cache-dir false && \
git clone https://github.com/pytorch/serve -b v0.8.2 && \
git clone https://github.com/pytorch/serve -b v0.9.0 && \
cd serve && \
python3 ./ts_scripts/install_dependencies.py --cuda cu118 --environment prod && \
pip3 install . && \
Expand Down

0 comments on commit 611f2f8

Please sign in to comment.