Skip to content

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

@itstalam

Description

@itstalam

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions