File size: 222 Bytes
f5bd107
 
 
 
 
 
 
 
 
 
 
 
0e02297
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", "fallback.py"]