Skip to content

Commit

Permalink
Copy over requirements folder (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
8W9aG authored Dec 17, 2024
1 parent c8d80f4 commit 01a9fd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN --mount=type=bind,from=build,target=/tmp/build-layer,ro \
&& mkdir -p /opt/r8/monobase /tmp/r8 \
&& tar --strip-components=1 -C /tmp/r8 -xf $(find /tmp/build-layer/src/dist -name '*.tar.gz' | head -1) \
&& cp -v /tmp/r8/src/monobase/*.sh /tmp/r8/src/monobase/pget /opt/r8/monobase/ \
&& rsync -av /tmp/r8/src/monobase/requirements /opt/r8/monobase/ \
&& find /tmp/build-layer/src/dist/ -type f \
&& cp -v $(find /tmp/build-layer/src/dist/ -name '*.whl' | head -1) /opt/r8/ \
&& rm -rf /tmp/r8
Expand Down

0 comments on commit 01a9fd4

Please sign in to comment.