SpaceNet7_Multi-Temporal_Solutions icon indicating copy to clipboard operation
SpaceNet7_Multi-Temporal_Solutions copied to clipboard

Error configuring input and output while running lxastro0's solution

Open itstalam opened this issue 4 years ago • 1 comments

Dear Spacenet Team,

I am trying to deploy the solutions provided by Spacenet. In deploying lxastro0's solution following the deployment guide, I am able to build the docker image using the following command

docker build -t winner1 .

after using cd to change to the code directory containing the Dockerfile

I then try to run the image using

docker run -v /home/talam/winner1/code/data/test/:/data:ro -v /home/talam/winner1/code/output:/wdata -it winner1

where the test directory contains the test data and then use

./test.sh /data/test/ solution.csv

in the subsequent bash prompt

This downloads prefix.tar.gz but then gives me a series of errors;

rm: cannot remove '/wdata/test': No such file or directory
cp: cannot stat '/data/test': No such file or directory
rm: cannot remove '/wdata/test/*': No such file or directory

I would appreciate any help in configuring the code and input/output directories to achieve the output since I am a beginner in using Docker

Thanking you in advance

itstalam avatar May 27 '21 11:05 itstalam

hey istalam I am also a beginner with Docker experiencing this issue. Did you end up finding a solution?

archlatham avatar Jun 22 '21 20:06 archlatham