FLARE-forecast / FLARE-containers

Docker containers to run FLARE forecast
0 stars 2 forks source link

Move Directory Error Message in flare-generate-forecast #4

Closed vahid-dan closed 3 years ago

vahid-dan commented 3 years ago

In flare-generate-forecast container, it shows an error message if it is not the first run of the container:

mv: inter-device move failed: '/root/flare/flare_lake_examples/fcre/glm/configuration_files/' to '/root/flare/shared/flare-generate-forecast/forecast/configuration_files'; unable to remove target: Directory not empty

The error message can be ignored safely, though since the files are already successfully moved to the destination in the first run of the container.

vahid-dan commented 3 years ago

It was already addressed in 21.01 release but not reflected in the Docker Hub images. They are now updated.