Skip to content

Commit 97a35d4

Browse files
committed
Added build args for codeflare-sdk in notebook image build
1 parent 3b41a22 commit 97a35d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom-nb-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
FROM quay.io/opendatahub/notebooks:jupyter-minimal-ubi8-python-3.8-4c8f26e
16-
16+
ARG SDK_VERSION=0.4.4
1717
# Install: torch (v1.12), ray (v2.1.0) and others
1818

1919
COPY requirements.txt requirements.txt
@@ -23,7 +23,7 @@ RUN pip install -r requirements.txt
2323
RUN pip uninstall pickle5 -y
2424

2525
# Install codeflare-sdk and other libraries
26-
RUN pip install codeflare-sdk==0.4.4 \
26+
RUN pip install codeflare-sdk==${SDK_VERSION} \
2727
datasets==2.6.1 \
2828
transformers==4.23.1 \
2929
evaluate==0.3.0

0 commit comments

Comments
 (0)