Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.
You must be using conda for this approach. You will need conda installed on the Source machine and the Target machine. The Source machine must have an internet connection, the Target does not. The OS in both environments must match; no going from macOS to Win10 for example.
1. (Source) Install conda-pack
in your base
python environment.
conda install -c conda-forge conda-pack
** Note: This now lives at https://github.com/musichackday/MHD-Conduct. Please post new comments / submit pull requests there instead of here **
This is a first draft of a Code of Conduct for Music Hack Day events, based on similar codes of conduct, such as the PyCon Code of Conduct and its upstream template from the Geek Feminism wiki and the Ada Initiative.
Because this is a draft, your comments, criticisms, and feedback are appreciated. We would like Music Hack Day to be deliberately and specifically open and
#!/bin/bash | |
# Store the current directory | |
current_directory=$(pwd) | |
# Setup colours | |
c_reset='\033[00m' | |
c_highlight='\033[33m' | |
echo -e "\n${c_highlight}Pulling in latest changes for all repositories...${c_reset}" |