Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettre committed Jul 27, 2024
1 parent 236b673 commit b3706dc
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 b3706dc

Please sign in to comment.