Created
May 5, 2022 16:56
-
-
Save cgranade/23504701a79862d30e40e83ac65849c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: repo2docker-repro | |
dependencies: | |
- notebook | |
- python | |
- numpy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
echo "Hello!" | |
touch ~/hello |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment