Skip to content

Commit bbcd309

Browse files
authored
añadir enlace a intro docker y fuente del repo
1 parent 3e511cb commit bbcd309

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ En este repositorio vamos a:
1010

1111
4. Desplegar la API usando un contendor de Docker
1212

13+
Basado en [FastAPI and Scikit-Learn: Easily Deploy Models](https://nickc1.github.io/api,/scikit-learn/2019/01/10/scikit-fastapi.html)
14+
1315
# Requisitos
1416

1517
* Python 3.6+
@@ -33,6 +35,7 @@ docker run -d --name api_docker -p 8000:80 api_test
3335

3436
# Referencias
3537

38+
* [Introducción a Docker](https://docs.docker.com/get-started/)
3639
* [FastAPI and Scikit-Learn: Easily Deploy Models](https://nickc1.github.io/api,/scikit-learn/2019/01/10/scikit-fastapi.html)
3740
* [FastAPI. Deployment](https://fastapi.tiangolo.com/deployment/)
3841
* [FastAPI. Imágenes de Docker oficiales](https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker)

0 commit comments

Comments
 (0)