Daniel Lombardi de Oliveira created MARVIN-81:
-------------------------------------------------
Summary: Changes in python notebooks does not reflect changes in
the script inside the docker container
Key: MARVIN-81
URL: https://issues.apache.org/jira/browse/MARVIN-81
Project: Apache Marvin
Issue Type: Bug
Reporter: Daniel Lombardi de Oliveira
Fix For: Not Applicable
After creating a notebook, I've forgotten the line `!pip install tensorflow` in
the training preparator, resulting in a failed attempt at running the engine
dry-run. Even after commenting out the line in the notebook, the same error
occurred.
The only way I managed to get rid of it was to manually enter the container
using `docker exec -it CONTAINER_ID /bin/bash`, navigating to the data_handler
directory and editing the training_preparator.py script, commenting out the
line. There I also noticed the other files (trainer, predictor etc.) were not
present.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)