feat(platform): harden telemetry pipeline and unify Semi UI workspaces
This commit is contained in:
10
deploy/feichi-ocr/Dockerfile
Normal file
10
deploy/feichi-ocr/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
RUN pip install --no-cache-dir \
|
||||
--index-url https://mirrors.aliyun.com/pypi/simple \
|
||||
ddddocr==1.6.1
|
||||
|
||||
WORKDIR /app
|
||||
COPY ocr.py /app/ocr.py
|
||||
USER nobody
|
||||
ENTRYPOINT ["python", "/app/ocr.py"]
|
||||
Reference in New Issue
Block a user