mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
creating serverless requirements
This commit is contained in:
parent
aaf15da491
commit
bb699f8f6d
2 changed files with 5 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ provider:
|
|||
|
||||
|
||||
package:
|
||||
individually: true
|
||||
# individually: true
|
||||
# include:
|
||||
# - backend/**
|
||||
# # Might need to refine the paths that are included
|
||||
|
|
@ -35,7 +35,8 @@ custom:
|
|||
dockerFile: backend/docker/Dockerfile
|
||||
useDocker: true
|
||||
dockerSsh: true
|
||||
# fileName: backend/requirements/base.txt
|
||||
fileName:
|
||||
- serverless_requirements.txt
|
||||
dockerBuildCmdExtraArgs:
|
||||
- '--progress=plain'
|
||||
customDomain:
|
||||
|
|
|
|||
2
serverless_requirements.txt
Normal file
2
serverless_requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-r backend/requirements/base.txt
|
||||
-r model_data/requirements/requirements.txt
|
||||
Loading…
Add table
Reference in a new issue