Skip to content

Commit

Permalink
forgot to mention jenodo revision. Add docker url
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanghoJ committed Dec 5, 2023
1 parent 455f99f commit cf9251e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Public repository for IS477 Fall 2023 final project

### If you are using Docker
- *change username to your docker username. If username is "**kiminfo04**", it will be: **docker run --rm -v ${PWD}:/is477 kiminfo04/is477-fall2023:final-project python scripts/prepare_data.py***
- Docker repository URL: https://hub.docker.com/repository/docker/chjung2/is477-fall2023-final-project/tags?page=1&ordering=last_updated
- You can pull the repository by using: docker pull chjung2/is477-fall2023-final-project:v1
- Type following command in order for run in Docker:
1. For **acquiring** and check **integrity** of data: docker run --rm -v ${PWD}:/is477 username/is477-fall2023-final-project:v1 python scripts/prepare_data.py
2. For **profiling data**: docker run --rm -v ${PWD}:/is477 username/is477-fall2023-final-project:v1 python scripts/profile.py
Expand Down

0 comments on commit cf9251e

Please sign in to comment.