File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ En este repositorio vamos a:
10
10
11
11
4 . Desplegar la API usando un contendor de Docker
12
12
13
+ Basado en [ FastAPI and Scikit-Learn: Easily Deploy Models] ( https://nickc1.github.io/api,/scikit-learn/2019/01/10/scikit-fastapi.html )
14
+
13
15
# Requisitos
14
16
15
17
* Python 3.6+
@@ -33,6 +35,7 @@ docker run -d --name api_docker -p 8000:80 api_test
33
35
34
36
# Referencias
35
37
38
+ * [ Introducción a Docker] ( https://docs.docker.com/get-started/ )
36
39
* [ FastAPI and Scikit-Learn: Easily Deploy Models] ( https://nickc1.github.io/api,/scikit-learn/2019/01/10/scikit-fastapi.html )
37
40
* [ FastAPI. Deployment] ( https://fastapi.tiangolo.com/deployment/ )
38
41
* [ FastAPI. Imágenes de Docker oficiales] ( https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker )
You can’t perform that action at this time.
0 commit comments