|
hace 1 año | |
---|---|---|
.. | ||
bruno | hace 1 año | |
configs | hace 1 año | |
.dockerignore | hace 1 año | |
.gitignore | hace 1 año | |
Dockerfile | hace 1 año | |
README.md | hace 1 año | |
__init__.py | hace 1 año | |
database.py | hace 1 año | |
default.yaml | hace 1 año | |
main.py | hace 1 año | |
models.py | hace 1 año | |
requirements.txt | hace 1 año | |
sample-config.yaml | hace 1 año | |
services.py | hace 1 año | |
utils.py | hace 1 año |
docker run -d --name embedchain -p 8080:8080 embedchain/rest-api:latest
# will help reload on changes
DEVELOPMENT=True && python -m main
Using docker (locally),
docker build -t embedchain/rest-api:latest .
docker run -d --name embedchain -p 8080:8080 embedchain/rest-api:latest
docker image push embedchain/rest-api:latest