Skip to content

Commit

Permalink
🐛 fix dockerfile with requirements-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <Joseph.Runde@ibm.com>
  • Loading branch information
joerunde committed Jun 13, 2024
1 parent 457ef36 commit 167b9a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
--mount=type=bind,source=requirements-common.txt,target=requirements-common.txt \
--mount=type=bind,source=requirements-cuda.txt,target=requirements-cuda.txt \
--mount=type=bind,source=requirements-dev.txt,target=requirements-dev.txt \
--mount=type=bind,source=requirements-dev.txt,target=requirements-lint.txt \
pip3 install \
-r requirements-cuda.txt \
-r requirements-dev.txt
Expand Down

0 comments on commit 167b9a9

Please sign in to comment.