mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 00:54:27 +03:00
Add note to comment
This commit is contained in:
parent
bddfb897e1
commit
eb47177380
@ -70,6 +70,7 @@ RUN apt-get -y install libnuma1
|
|||||||
WORKDIR /opt/frigate/
|
WORKDIR /opt/frigate/
|
||||||
COPY --from=rootfs / /
|
COPY --from=rootfs / /
|
||||||
|
|
||||||
|
# Temporarily disabled to see if a new wheel can be built to support py3.11
|
||||||
#COPY docker/rocm/requirements-wheels-rocm.txt /requirements.txt
|
#COPY docker/rocm/requirements-wheels-rocm.txt /requirements.txt
|
||||||
#RUN python3 -m pip install --upgrade pip \
|
#RUN python3 -m pip install --upgrade pip \
|
||||||
# && pip3 uninstall -y onnxruntime-openvino \
|
# && pip3 uninstall -y onnxruntime-openvino \
|
||||||
@ -90,7 +91,7 @@ COPY --from=debian-build /opt/rocm/lib/migraphx.cpython-311-x86_64-linux-gnu.so
|
|||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
FROM deps-prelim AS rocm-prelim-hsa-override0
|
FROM deps-prelim AS rocm-prelim-hsa-override0
|
||||||
|
\
|
||||||
ENV HSA_ENABLE_SDMA=0
|
ENV HSA_ENABLE_SDMA=0
|
||||||
|
|
||||||
COPY --from=rocm-dist / /
|
COPY --from=rocm-dist / /
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user