DeimosJS3/Final
0
1FROM python:3.92COPY . .3RUN apt-get update && apt-get install -y unzip4RUN unzip mi_dataset.zip -d ./images5RUN pip install --no-cache-dir -r requirements.txt6CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]7 1FROM python:3.92COPY . .3RUN apt-get update && apt-get install -y unzip4RUN unzip mi_dataset.zip -d ./images5RUN pip install --no-cache-dir -r requirements.txt6CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]7