I got an error below
Hello Laber_Mon, Your submission (id: 9725910) is invalid, below are the invalid reasons: Error encountered while running your Docker container; contact the Challenge Organizers in the Discussion Board for more info. Sincerely, Challenge Administrator
Created by Stephen Opiyo Tingili Hi @Tingili ,
Submission ID 9725910 received the following error:
```
Error in library(tidyverse) : there is no package called 'tidyverse'
Execution halted
```
In your Dockerfile, you will need to install `tidyverse` or use a base image that has `tidyverse` readily available, e.g. rocker/tidyverse:4.1.2.
Hope this helps!