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

update readme #2

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

update readme #2

wants to merge 9 commits into from

Conversation

ksumag
Copy link

@ksumag ksumag commented Aug 18, 2023

No description provided.


## Check yourself

To check your **task-1** result try to launch container with a published port:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To check your **task-1** result try to launch container with a published port:
To check the Docker image for the application:
1. Launch the container with a published port:

docker run -d -p local_port:container_port your_image
```

Then check the application respond:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Then check the application respond:
2. Run the request to the application. Application returns a dataset.

curl -Lv 'localhost:local_port/knn?neighbours=7&impute_columns=8&impute_columns=9' -X POST --form file="@/Path/to/file/demog.csv"
```

Application returns a dataset
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Application returns a dataset

@dnillovna
Copy link
Contributor

@ksumag

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

Successfully merging this pull request may close these issues.

2 participants