Add scibert example
This commit is contained in:
parent
03765e1aca
commit
489b9d19e2
13 changed files with 2340 additions and 4 deletions
10
docs/examples/scibert/Dockerfile
Normal file
10
docs/examples/scibert/Dockerfile
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue