You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
itstalam
changed the title
Error connecting to /wdata/
Error configuring input and output while running lxastro0's solution
May 27, 2021
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;
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
The text was updated successfully, but these errors were encountered: