init
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install --no-cache-dir flask
|
||||
|
||||
COPY libwcocr.so wcocr.cpython-312-x86_64-linux-gnu.so ./
|
||||
COPY wx ./wx
|
||||
COPY main.py .
|
||||
|
||||
CMD ["python", "main.py"]
|
Reference in New Issue
Block a user