splor-mg / volumes-docker

0 stars 0 forks source link

adiciona instalacao de python e dependencias #15

Closed fjuniorr closed 1 year ago

fjuniorr commented 1 year ago

Closes #13

Não foi possível utilizar os rocker scripts por causa da versão base da imagem que estamos usando no repositório docker.

fjuniorr commented 1 year ago

A instalação funcionou mas os testes estão falhando pela ausência do diff-pdf e diff-so-fancy no container (#3)

docker run --rm -ti -p 8787:8787 --mount type=bind,source=/Users/macbook/Projects/personal/volumes-loa,target=/home/rstudio volumes:ploa2023 bash
root@b0fd9390c1ba:/home/rstudio# make check
python3 -m pytest
======================================== test session starts =========================================
platform linux -- Python 3.7.3, pytest-7.4.1, pluggy-1.2.0
rootdir: /home/rstudio
collected 34 items                                                                                   

checks/test_volume1.py FFFFFFFFFFFFFFFFFFFFFFFFFFFFF                                           [ 85%]
checks/test_volume2.py FF                                                                      [ 91%]
checks/test_volume3.py F                                                                       [ 94%]
checks/test_volume4.py F                                                                       [ 97%]
checks/test_volume5.py F                                                                       [100%]

============================================== FAILURES ==============================================