|
|
hace 1 año | |
|---|---|---|
| .. | ||
| bruno | hace 2 años | |
| configs | hace 2 años | |
| .dockerignore | hace 2 años | |
| .gitignore | hace 2 años | |
| Dockerfile | hace 2 años | |
| README.md | hace 2 años | |
| __init__.py | hace 2 años | |
| database.py | hace 2 años | |
| default.yaml | hace 2 años | |
| main.py | hace 1 año | |
| models.py | hace 2 años | |
| requirements.txt | hace 1 año | |
| sample-config.yaml | hace 2 años | |
| services.py | hace 2 años | |
| 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