Setup docs page
This commit is contained in:
parent
dadbe24c82
commit
c39feeee53
33 changed files with 2724 additions and 379 deletions
11
docs/great_ai_example-main/Dockerfile
Normal file
11
docs/great_ai_example-main/Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
FROM test
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir ./great_ai
|
||||
|
||||
COPY mongo.ini .
|
||||
COPY deploy.ipynb .
|
||||
|
||||
# RUN python3 -m large_file --backend s3 -secrets ~/.aws/credentials --cache my_first_file.json:3 my_second_file my_folder:0
|
||||
|
||||
CMD ["deploy.ipynb"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue