File size: 309 Bytes
0edcf35
e7f01f9
a908416
57ae488
 
e7f01f9
 
 
00bce56
e7f01f9
 
1
2
3
4
5
6
7
8
9
10
11
12
FROM rsamf/graphbook:0.10.1-space

RUN apt update -y && apt install -y pip
COPY requirements.txt .
RUN python -m pip install -r requirements.txt

COPY config.yaml .
COPY workflow workflow
ENV HF_HOME=/app/.hf

CMD ["python", "-m", "graphbook.main", "--web_dir", "web/dist", "--isolate_users", "--no_sample"]