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 76754b0 commit 8a63aecCopy full SHA for 8a63aec
testing/codeflare/images/Containerfile.codeflare_sdk
@@ -2,4 +2,5 @@
2
FROM ci-artifacts:main
3
4
RUN pip install --no-cache-dir \
5
- codeflare_sdk
+ -e git+https://github.com/project-codeflare/codeflare-sdk.git@refs/pull/254/head#egg=codeflare-sdk
6
+RUN pip install -r https://raw.githubusercontent.com/project-codeflare/codeflare-sdk/main/requirements.txt
0 commit comments