-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/add neur1630 2024 #101
Conversation
Requirements copied from 2023 class as per the ticket information
# (this can be changed by modifying the channel_alias key; see below). | ||
# The default is just 'defaults'. | ||
channels: | ||
- conda-forge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anna-murphy You might want to add the bioconda
channel here. Neur1630 has quite a few biology-specific packages that are only available in these channels
.github/workflows/neur1630.yml
Outdated
sudo --preserve-env=CLASS docker compose up julia_build | ||
|
||
- name: Configure Docker | ||
run: gcloud auth configure-docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
run: gcloud auth configure-docker | |
run: gcloud auth configure-docker ${{ env.REGION }}-docker.pkg.dev --quiet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you so much, Anna!
Adds a jupyter hub image for NEUR 1630.
@digicosmos86 would love your eyes on this but I think it's good!