Skip to content

Commit 2701b50

Browse files
Change custom-nb-image/requirements.txt path to exclude from dependency bumps
1 parent 7e9ab19 commit 2701b50

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

custom-nb-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
FROM quay.io/opendatahub/notebooks:jupyter-minimal-ubi9-python-3.9-2023a_20230302
1616

17-
COPY requirements.txt requirements.txt
17+
COPY requirements/requirements.txt requirements.txt
1818

1919
RUN pip install -r requirements.txt
2020

0 commit comments

Comments
 (0)