Skip to content

Commit adf0236

Browse files
committed
Moved arg location in Dockerfile
1 parent 97a35d4 commit adf0236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-nb-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

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

1918
COPY requirements.txt requirements.txt
@@ -23,6 +22,7 @@ RUN pip install -r requirements.txt
2322
RUN pip uninstall pickle5 -y
2423

2524
# Install codeflare-sdk and other libraries
25+
ARG SDK_VERSION=0.4.4
2626
RUN pip install codeflare-sdk==${SDK_VERSION} \
2727
datasets==2.6.1 \
2828
transformers==4.23.1 \

0 commit comments

Comments
 (0)