receipt_radar_test / Dockerfile
Omkar008's picture
Upload 3 files
8b7bbc9
raw
history blame
88 Bytes
FROM python:3.11.5-slim
WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt