Skip to content

Commit

Permalink
Update unity_datascience version of unity-sds-client to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcduffie committed Nov 21, 2024
1 parent e9adf06 commit 635aa0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DOCKER_GROUP=unity-sds
DOCKER_TAG=v0.2.3
DOCKER_TAG=v0.2.4
5 changes: 3 additions & 2 deletions unity_datascience/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli && \
rm -rf awscliv2.zip aws

RUN mamba install -y nb_conda_kernels ipykernel s3fs boto3 netcdf4 xarray basemap cartopy h5netcdf 'basemap>=1.4.0' && \
RUN mamba install -y python>3.11 nb_conda_kernels ipykernel \
s3fs boto3 netcdf4 xarray basemap cartopy h5netcdf 'basemap>=1.4.0' pysqlite3 && \
conda clean -y --all
RUN pip install unity_sds_client podaac-data-subscriber
RUN pip install unity_sds_client==0.7.0 podaac-data-subscriber

# Switch back to jovyan to avoid accidental container runs as root
USER ${NB_UID}

0 comments on commit 635aa0a

Please sign in to comment.