Skip to content

Troubleshooting cbs_parse_data #5

Answered by conorwild
mike-battista asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @mike-battista, it looks like you missing some of the Docker "magic" from your command. Try this:

docker run --rm -it -v $PWD:/tmp -w /tmp ghcr.io/theowenlab/cbspython:latest cbs_parse_data CBS_Research_Example_Data_V2.csv parse_example 

The error message you posted says that it is trying to find the cbs_parse_data:latest image - but the image is called cbspython:latest, and cbs_parse_data is the name of the script to execute within that container. Give that a shot!

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@mike-battista
Comment options

Answer selected by conorwild
Comment options

You must be logged in to vote
7 replies
@SajeevanS
Comment options

@conorwild
Comment options

@SajeevanS
Comment options

@conorwild
Comment options

@SajeevanS
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants