Skip to content

Commit

Permalink
das-node-29: Update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Oct 14, 2024
1 parent ae3b312 commit 223e6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.wheel
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ ENV PYTHON_LIBRARY=/usr/local/lib/libpython3.10.so
COPY . .

# Build the wheel
CMD ["python3.10", "-m", "pip", "wheel", "."]
CMD ["sh", "-c", "python3.10 -m pip wheel . && auditwheel repair $(find . -name '*.whl' | head -n 1)"]

0 comments on commit 223e6dd

Please sign in to comment.