Docker Image for development#62
Docker Image for development#62allanbatista wants to merge 3 commits intomarvin-ai:masterfrom allanbatista:docker-image-dev
Conversation
Codecov Report
@@ Coverage Diff @@
## master #62 +/- ##
=========================================
+ Coverage 55.77% 56.47% +0.7%
=========================================
Files 25 24 -1
Lines 2123 2130 +7
Branches 217 219 +2
=========================================
+ Hits 1184 1203 +19
+ Misses 924 910 -14
- Partials 15 17 +2
Continue to review full report at Codecov.
|
|
Hi @allanbatista, thanks for your PR! I did some tests, before creating a new engine, if i try to run all unit tests with "marvin test" command, it triggers the IOError about file access permission and I got disconnected from docker immediately. Am i missing something? |
|
Error log: INTERNALERROR> Traceback (most recent call last): |
|
Hi @oldfly. I See. I will resolve soon. |
|
@oldfly , fix that problem. This happen because before complete build dev image, the process run marvin test, but they not create correct permission after. Please, do not forget to update image before test again. |
|
Hi @allanbatista, Permission fix checked, thanks! And after marvin test, the docker container is halted automatically, please check this behavior too! |
|
Hi @allanbatista lets finish and merge this code? To do that you must fix the last bug reported by @oldfly ... |
Was development two Docker images, one generic with marvin toolbox only and other to dev with spark and user included.