mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 10:14:08 -04:00
add rknn to src
This commit is contained in:
parent
807111e3b5
commit
665718b09e
@ -110,6 +110,7 @@ RUN echo "hard core 0" >> /etc/security/limits.conf && \
|
||||
|
||||
COPY --from=builder /opt/venv /opt/venv
|
||||
COPY ann/ann.py /usr/src/ann/ann.py
|
||||
COPY rknn/rknnpool.py /usr/src/rknn/rknnpool.py
|
||||
COPY start.sh log_conf.json gunicorn_conf.py ./
|
||||
COPY app .
|
||||
ENTRYPOINT ["tini", "--"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user