Skip to content

Commit

Permalink
Merge pull request #65 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 72124f8 + b3706dc commit 23b9bf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ 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 && \
python3.9 -m pip install \
--platform manylinux2014_x86_64 \
--implementation cp \
Expand Down

0 comments on commit 23b9bf6

Please sign in to comment.