We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a35d4 commit adf0236Copy full SHA for adf0236
custom-nb-image/Dockerfile
@@ -13,7 +13,6 @@
13
# limitations under the License.
14
15
FROM quay.io/opendatahub/notebooks:jupyter-minimal-ubi8-python-3.8-4c8f26e
16
-ARG SDK_VERSION=0.4.4
17
# Install: torch (v1.12), ray (v2.1.0) and others
18
19
COPY requirements.txt requirements.txt
@@ -23,6 +22,7 @@ RUN pip install -r requirements.txt
23
22
RUN pip uninstall pickle5 -y
24
25
# Install codeflare-sdk and other libraries
+ARG SDK_VERSION=0.4.4
26
RUN pip install codeflare-sdk==${SDK_VERSION} \
27
datasets==2.6.1 \
28
transformers==4.23.1 \
0 commit comments