music-search / Dockerfile
ramonpzg's picture
updated dockerfile
b3bd338
raw
history blame contribute delete
111 Bytes
FROM zauberzeug/nicegui:latest
COPY . .
RUN pip install pandas qdrant-client numpy
CMD ["python", "main.py"]