Deployed 489b9d1 with MkDocs version: 1.3.0

This commit is contained in:
2022-07-13 10:59:32 +00:00
parent f5267b5a06
commit f673e05f40
41 changed files with 9356 additions and 5 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"]