File size: 424 Bytes
6a9e302
722f1fd
6a9e302
d687322
6a9e302
f39e53a
65922ae
53ae100
6ba0cd1
53ae100
6ba0cd1
1
2
3
4
5
6
7
8
9
10
11
12
from condaforge/mambaforge
ENV MPLCONFIGDIR=".config/matplotlib"
RUN git clone https://github.com/szymonrucinski/AiRoll
WORKDIR /AiRoll
RUN git clone https://huggingface.co/szymonrucinski/what-a-shot
RUN ls
RUN mv ./what-a-shot ./model
RUN conda env create -f environment.yaml && conda info
SHELL ["conda", "run", "-n", "airoll", "/bin/bash", "-c"]
EXPOSE 7860
CMD ["conda", "run", "-n", "airoll", "python", "start_api.py"]