Spaces:
Runtime error
Runtime error
File size: 220 Bytes
1935f15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | from python:3.10
workdir /app
copy requirements.txt .
run pip install -r requirements.txt
run mkdir /.cache && chmod 777 /.cache
run mkdir .chroma && chmod 777 .chroma
copy . .
expose 7860
cmd ["python", "server.py"] |