IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

34 linhas
838B

  1. FROM debian:latest
  2. RUN apt-get update && \
  3. apt-get install -y python3-pip \
  4. python3-pandas \
  5. python3-alembic \
  6. python3-sqlalchemy \
  7. python3-yaml \
  8. python3-flask \
  9. python3-gunicorn \
  10. python3-protobuf \
  11. python3-urllib3 \
  12. python3-certifi \
  13. python3-idna \
  14. python3-requests \
  15. # python3-docker \
  16. python3-smmap \
  17. python3-gitdb \
  18. python3-git \
  19. python3-sqlparse \
  20. python3-oauthlib \
  21. python3-requests-oauthlib \
  22. python3-isodate \
  23. # python3-msrest \
  24. python3-prometheus-client \
  25. python3-cloudpickle \
  26. python3-tabulate && \
  27. pip3 install mlflow
  28. # RUN apk add --no-cache gcc gfortran libgfortran musl-dev python3 py3
  29. #pip python3-dev py3-numpy libffi libffi-dev && \
  30. # pip3 install mlflow && \
  31. # apk del musl-dev python3-dev gcc gfortran py3-pip libffi-dev