File size: 111 Bytes
b3bd338
91f9c80
 
 
b3bd338
91f9c80
 
1
2
3
4
5
6
7
FROM zauberzeug/nicegui:latest

COPY . .

RUN pip install pandas qdrant-client numpy

CMD ["python", "main.py"]