Skip to content

Commit

Permalink
Merge pull request #292 from Tigran01/fix-numpy-version
Browse files Browse the repository at this point in the history
pin numpy to 1.24.4 in torchserve Dockerfile
  • Loading branch information
hjessmith authored Jun 26, 2024
2 parents c5a176d + 01b6ca3 commit 94d2ff0
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 94d2ff0

Please sign in to comment.