Skip to content

Commit c857224

Browse files
committed
making sure the oneroof_cli is available to image build CI
1 parent 5ff807f commit c857224

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Containerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ RUN cd $HOME && dorado download
4545

4646
# Install everything else with Pixi:
4747
# --------------------------------
48-
# 1) copy the required dependency and configuration file into the image
48+
# 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
4950
COPY pyproject.toml $HOME/pyproject.toml
5051
COPY pixi.lock $HOME/pixi.lock
52+
COPY bin/oneroof_cli $HOME/bin/oneroof_cli
5153

5254
# 2) install pixi
5355
RUN cd $HOME && PIXI_ARCH=x86_64 curl -fsSL https://pixi.sh/install.sh | bash

0 commit comments

Comments
 (0)