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 aee7c20 commit 3c0008dCopy full SHA for 3c0008d
src/codeflare_sdk/common/utils/demos.py
@@ -1,7 +1,7 @@
1
import pathlib
2
import shutil
3
4
-package_dir = pathlib.Path(__file__).parent.parent.resolve()
+package_dir = pathlib.Path(__file__).parent.parent.parent.resolve()
5
demo_dir = f"{package_dir}/demo-notebooks"
6
7
0 commit comments