smishr-18's picture
Upload 4 files
fd2c31d
raw
history blame
184 Bytes
FROM tesseractshadow/tesseract4re
WORKDIR /code
COPY . /code
RUN pip install -r requirements.txt
CMD ["streamlit", "run", "app.py", "--host" , "0.0.0.0" , "--server.port", "7860"]