Skip to content

Commit

Permalink
Merge pull request #84 from 2i2c-org/rebuild_researchdelight_image
Browse files Browse the repository at this point in the history
add jupyter-ai
  • Loading branch information
jmunroe authored May 3, 2024
2 parents 4bfc174 + 7f059c1 commit ed7f4a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
DOCKER_REGISTRY: "quay.io"

# Disable pushing a 'latest' tag, as this often just causes confusion
LATEST_TAG_OFF: true
LATEST_TAG_OFF: false

# NOTE: This line assumes that the subfolder that contains the image has
# the same name as the image when it is pushed to the registry. We
Expand Down
2 changes: 2 additions & 0 deletions images/researchdelight-image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ dependencies:
# https://blog.jupyter.org/securely-pushing-to-github-from-a-jupyterhub-3ee42dfdc54f has
# some more information
- gh-scoped-creds
# https://jupyter-ai.readthedocs.io/en/latest/
- jupyter-ai
- flake8

# Cloud access tools and libraries
Expand Down

0 comments on commit ed7f4a1

Please sign in to comment.