Add compatible tensorstore versions for aarch64 (#14697)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
db42d180d9
commit
1d5d105c62
2 changed files with 2 additions and 2 deletions
|
|
@ -32,9 +32,8 @@ ADD https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8n.pt $A
|
|||
RUN rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED
|
||||
|
||||
# Install pip packages
|
||||
# Install tensorstore from .whl because PyPI does not include aarch64 binaries
|
||||
RUN python3 -m pip install --upgrade pip wheel
|
||||
RUN pip install --no-cache-dir https://github.com/ultralytics/assets/releases/download/v0.0.0/tensorstore-0.1.59-cp311-cp311-linux_aarch64.whl -e ".[export]"
|
||||
RUN pip install --no-cache-dir -e ".[export]"
|
||||
|
||||
# Creates a symbolic link to make 'python' point to 'python3'
|
||||
RUN ln -sf /usr/bin/python3 /usr/bin/python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue