Skip to content

Commit

Permalink
Merge pull request #167 from nmfs-opensci/pangeo
Browse files Browse the repository at this point in the history
Update test with pangeo environment.yml
  • Loading branch information
eeholmes authored Nov 13, 2024
2 parents b2a76d1 + 76cd0ef commit ac50789
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ RUN mkdir -p /pyrocket_scripts && cp -r ${REPO_DIR}/scripts/* /pyrocket_scripts/
RUN chown -R root:staff /pyrocket_scripts && \
chmod -R 775 /pyrocket_scripts

# Install extra conda packages
RUN /pyrocket_scripts/install-conda-packages.sh ${REPO_DIR}/environment.yml

# Convert NB_USER to ENV (from ARG) so that it passes to the child dockerfile
ENV NB_USER=${NB_USER}

Expand Down
17 changes: 3 additions & 14 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: py-rocket-base
name: py-rocket-base-extras

channels:
- conda-forge
- nodefaults

dependencies:
- python~=3.11.0
- jupyterlab>=4.0
- jupyter-resource-usage
- jupyterlab-git
# gh-scoped-creds allows users to securely push to GitHub from their repo.
- gh-scoped-creds==4.1

# R/RStudio Support
Expand All @@ -25,8 +22,6 @@ dependencies:
#- syncthing~=1.22.1

# Extra Jupyter tools
- ipython
- ipywidgets
- jupyter-ai
- jupyter-book
- jupyter-offlinenotebook
Expand All @@ -35,21 +30,15 @@ dependencies:
- jupyterlab-geojson
- jupyterlab-h5web
- jupyterlab-myst
- jupyterlab_pygments>=0.3.0
- jupytext
- nbdime

# JupyterBook Addons
- sphinx
- sphinxcontrib-bibtex
# Interactive apps
- itables
- voila
# nbgitpuller is very helpful when distributing user content
- nbgitpuller

# More git tools from github-cli
- gh
# conda-lock
- conda-lock

# Resolves warning "No ICDs were found": https://github.com/CryoInTheCloud/hub-image/issues/50
- ocl-icd-system
Expand Down

0 comments on commit ac50789

Please sign in to comment.