Skip to content

Commit

Permalink
Merge branch 'feature/CH-95' of https://github.com/metacell/cloud-har…
Browse files Browse the repository at this point in the history
…ness into feature/CH-95
  • Loading branch information
ddelpiano committed Sep 24, 2024
2 parents 4c8f137 + d3782ff commit 5752e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/base-images/cloudharness-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y nfs-common && rm -rf /var/lib/apt/lists

RUN --mount=type=cache,target=/root/.cache python -m pip install --upgrade pip &&\
pip install pytest --prefer-binary

COPY libraries/models/requirements.txt /libraries/models/requirements.txt
RUN --mount=type=cache,target=/root/.cache python -m pip install --upgrade pip &&\
pip install -r /libraries/models/requirements.txt --prefer-binary
Expand Down

0 comments on commit 5752e3f

Please sign in to comment.