Deployed 489b9d1 with MkDocs version: 1.3.0
This commit is contained in:
parent
f5267b5a06
commit
f673e05f40
41 changed files with 9356 additions and 5 deletions
10
examples/scibert/Dockerfile
Normal file
10
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