Skip to content

Commit

Permalink
Merge branch 'main' into prompt-test
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantgupta24 authored Aug 12, 2024
2 parents 34beee2 + f850e50 commit 8b27313
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 @@ -71,6 +71,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
--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-lint.txt,target=requirements-lint.txt \
--mount=type=bind,source=requirements-adag.txt,target=requirements-adag.txt \
--mount=type=bind,source=requirements-test.txt,target=requirements-test.txt \
pip3 install \
-r requirements-cuda.txt \
Expand Down

0 comments on commit 8b27313

Please sign in to comment.