Spaces:
Runtime error
Runtime error
FROM zauberzeug/nicegui:latest | |
COPY . . | |
RUN pip install pandas qdrant-client numpy | |
CMD ["python", "main.py"] |
FROM zauberzeug/nicegui:latest | |
COPY . . | |
RUN pip install pandas qdrant-client numpy | |
CMD ["python", "main.py"] |