Daniel Sarmiento

Results 3 comments of Daniel Sarmiento

try with python:3.8-slim-buster example `FROM python:3.8-slim-buster ` `COPY . . ` ` RUN pip install -r requirements.txt ` ` CMD ["python", "main.py"] ` ![image](https://user-images.githubusercontent.com/90324959/189741222-cc6654e5-6777-4d02-a8cc-ffe92f848d8b.png) requirements.txt absl-py==1.2.0 attrs==22.1.0 autopep8==1.7.0 cycler==0.11.0 fonttools==4.37.1...

Tuve el mismo problema, la solucion que pude darle es instalar con el ccomando python install -r requieremnts.txt y quitar de este archivo la version Trabajo con python 3.9.12 windows-...

Sure, here you can view the packages with the specific description ## Description This pull request aims to enrich the data analysis and data visualization capabilities of this Python project...