Skip to content

Commit

Permalink
Merge pull request #4 from minrk/jupyter-health-client
Browse files Browse the repository at this point in the history
update commonhealth-cloud-storage-client
  • Loading branch information
minrk authored Apr 12, 2024
2 parents 8707b1a + a251d74 commit cc4dabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ FROM quay.io/jupyter/scipy-notebook:2024-04-01
RUN mamba install -y jupyterhub==4.1.5 \
&& mamba clean -pity

# have to do a bit of manual install to avoid commonhealth-cloud pins
ARG PIP_CACHE_DIR=/tmp/pip-cache
RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
pip install tink \
&& pip install --no-deps commonhealth-cloud-storage-client

COPY . /src/
RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
RUN --mount=type=cache,uid=1000,target=${PIP_CACHE_DIR} \
pip install /src/
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ dynamic = ["version"]
requires-python = ">=3.7"
dependencies = [
"boto3",
# wait for commonhealth_cloud_storage_client to fix pinning
# before we depend on it explicitly
# "commonhealth_cloud_storage_client",
"commonhealth_cloud_storage_client >=1.0.5",
]

[project.urls]
Expand Down

0 comments on commit cc4dabb

Please sign in to comment.