Add scibert example

This commit is contained in:
Andras Schmelczer 2022-07-13 12:57:49 +02:00
parent 03765e1aca
commit 489b9d19e2
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
13 changed files with 2340 additions and 4 deletions

View file

@ -0,0 +1,10 @@
FROM schmelczera/great-ai:v0.1.4
COPY requirements.txt ./
RUN pip install --no-cache-dir --requirement requirements.txt
COPY . ./
RUN large-file --backend s3 --secrets s3.ini --cache scibert-highlights
CMD ["deploy.ipynb"]