Skip to content

Commit

Permalink
Merge pull request #60 from lexara-prime-ai/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lexara-prime-ai authored Jul 8, 2024
2 parents 2599fab + 9961334 commit e104d54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ RUN chmod +x /scripts/bash/entrypoint.sh
COPY /scripts/bash/devcontainer.sh /scripts/bash/devcontainer.sh
RUN chmod +x /scripts/bash/devcontainer.sh

COPY /scripts/bash/build_wheel.sh /scripts/bash/build_wheel.sh
RUN chmod +x /scripts/bash/build_wheel.sh

# Build <python_wrapper> wheel
RUN /scripts/bash/build_wheel.sh

#------------------------------------

# Download <garage> -> ARCH: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion scripts/bash/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

echo "> [BUILDING] <wspr_cdk>..."
sudo docker build -t wspr_cdk .
sudo docker build -t lexaraprime/wspr_cdk .

0 comments on commit e104d54

Please sign in to comment.