An open API service indexing awesome lists of open source software.

https://github.com/ox18/laboratorio-conauti-docker


https://github.com/ox18/laboratorio-conauti-docker

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Instalar dependencias

pip install streamlit pandas numpy matplotlib

# Construir imagen 2

docker build -t mi-streamlit-app .

# Correr contenedor

docker run -p 3005:8080 mi-streamlit-app