https://github.com/ox18/laboratorio-conauti-docker
https://github.com/ox18/laboratorio-conauti-docker
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ox18/laboratorio-conauti-docker
- Owner: Ox18
- Created: 2024-09-17T01:27:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T01:47:15.000Z (9 months ago)
- Last Synced: 2025-03-24T07:49:26.900Z (3 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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