Error configuring input and output while running lxastro0's solution
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
hey istalam I am also a beginner with Docker experiencing this issue. Did you end up finding a solution?