Skip to content

Commit

Permalink
Merge pull request #66 from rhettre/feature/release-workflow
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
rhettre authored Jul 27, 2024
2 parents 23b9bf6 + 7846f02 commit a7134b7
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 @@ -13,6 +13,7 @@ COPY . .

# Install dependencies directly into the Lambda-compatible directory structure
RUN mkdir -p python/lib/python3.9/site-packages && \
python3.9 -m pip install --upgrade pip setuptools wheel && \
python3.9 -m pip install \
--platform manylinux2014_x86_64 \
--implementation cp \
Expand Down

0 comments on commit a7134b7

Please sign in to comment.