Skip to content

Commit

Permalink
pin numpy to 1.24.4 in torchserve Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigran01 committed Jun 25, 2024
1 parent c5a176d commit 01b6ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchserve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN python setup.py install
WORKDIR /
RUN pip install mmpose==0.29.0
RUN pip install torchvision==0.15.1 # solve torch version problem

RUN pip install numpy==1.24.4 #solve numpy version problem

# prep torchserve
RUN mkdir -p /home/torchserve/model-store
Expand Down

0 comments on commit 01b6ca3

Please sign in to comment.