Skip to content

Commit

Permalink
Merge pull request #1 from ucsd-ets/dask-fix
Browse files Browse the repository at this point in the history
Dask fix
  • Loading branch information
dafeliton committed Sep 10, 2024
2 parents 2e33f21 + 8512160 commit 78c237e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ USER root

#xarray, netCDF, and dask
#RUN apt-get -y install htop
RUN pip install xarray netCDF4 dask
RUN pip install xarray netCDF4 dask[complete]

# 3) install packages using notebook user
USER jovyan
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A new version of the image is built whenever the repository is updated. The tag

## How to create a release

First, determine on the tag to use. It's recommended to use the current quarter. The tag would be "sp23" for spring 2023.
First, determine on the tag to use. It's recommended to use the current quarter. The tag would be "sp23" for Spring 2023.

Open the [Releases](../../releases) page and click the `Create a new release` button. Enter the tag in the "Choose a Tag" field and press enter to confirm. Then click "Publish Release" to create the tag.

Expand Down

0 comments on commit 78c237e

Please sign in to comment.