|
|
@ -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 |
|
|
|