Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error configuring input and output while running lxastro0's solution #2

Open
itstalam opened this issue May 27, 2021 · 1 comment
Open

Comments

@itstalam
Copy link

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 itstalam changed the title Error connecting to /wdata/ Error configuring input and output while running lxastro0's solution May 27, 2021
@archlatham
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants