Update tensorstore link for ARM64 Docker (#13264)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
bac868c635
commit
7b49a0560d
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ RUN rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED
|
||||||
# Install pip packages
|
# Install pip packages
|
||||||
# Install tensorstore from .whl because PyPI does not include aarch64 binaries
|
# Install tensorstore from .whl because PyPI does not include aarch64 binaries
|
||||||
RUN python3 -m pip install --upgrade pip wheel
|
RUN python3 -m pip install --upgrade pip wheel
|
||||||
RUN pip install --no-cache-dir https://github.com/ultralytics/yolov5/releases/download/v7.0/tensorstore-0.1.59-cp311-cp311-linux_aarch64.whl -e ".[export]"
|
RUN pip install --no-cache-dir https://github.com/ultralytics/yolov5/releases/download/v1.0/tensorstore-0.1.59-cp311-cp311-linux_aarch64.whl -e ".[export]"
|
||||||
|
|
||||||
# Creates a symbolic link to make 'python' point to 'python3'
|
# Creates a symbolic link to make 'python' point to 'python3'
|
||||||
RUN ln -sf /usr/bin/python3 /usr/bin/python
|
RUN ln -sf /usr/bin/python3 /usr/bin/python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue