https://github.com/agentschapplantentuinmeise/dockshop
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: AgentschapPlantentuinMeise
- License: mit
- Language: Python
- Default Branch: main
- Size: 8.79 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
README.md
Docker workshop
First command to try:
docker build .
Fix issues, and repeat.
To make it simple to run, tag the build
docker build . -t copilot
docker run -it copilot
That should also have failed, as not all dependencies are met. By specifying a shell as command we can debug:
docker run -it copilot /bin/bash
After debugging, the following lines will run the "default" R script and the Python alternative, respectively:
docker run -v /c/Users/$USER/repos/dockshop/tests:/results \
-ti copilot
docker run -v /c/Users/$USER/repos/dockshop/tests:/results \
-ti copilot python3 /app/hello.py
Owner
- Name: Botanic Garden Meise
- Login: AgentschapPlantentuinMeise
- Kind: organization
- Email: quentin.groom@plantentuinmeise.be
- Location: Meise, Belgium
- Website: http://www.plantentuinmeise.be/
- Repositories: 11
- Profile: https://github.com/AgentschapPlantentuinMeise
GitHub Events
Total
Last Year
Dependencies
Dockerfile
docker
- ubuntu latest build