We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff807f commit c857224Copy full SHA for c857224
Containerfile
@@ -45,9 +45,11 @@ RUN cd $HOME && dorado download
45
46
# Install everything else with Pixi:
47
# --------------------------------
48
-# 1) copy the required dependency and configuration file into the image
+# 1) copy the required dependency and configuration files into the image
49
+# Note: bin/oneroof_cli/ is needed for the editable install declared in pyproject.toml
50
COPY pyproject.toml $HOME/pyproject.toml
51
COPY pixi.lock $HOME/pixi.lock
52
+COPY bin/oneroof_cli $HOME/bin/oneroof_cli
53
54
# 2) install pixi
55
RUN cd $HOME && PIXI_ARCH=x86_64 curl -fsSL https://pixi.sh/install.sh | bash
0 commit comments