Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EndoNrak committed Oct 9, 2023
1 parent 8ff50d5 commit 00e575a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/sam/scripts/post_turtle_training_code/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM python:3.10-slim-bullseye
ARG FUNCTION_DIR="/function"
RUN apt-get update && apt-get install -y \
xvfb python-tk libcairo2-dev
xvfb python-tk ghostscript
ENV PYTHONUNBUFFERED 1

# Install the function's dependencies
RUN pip install \
awslambdaric cairosvg boto3
awslambdaric boto3 Pillow

# Set working directory to function root directory
WORKDIR ${FUNCTION_DIR}
Expand Down

0 comments on commit 00e575a

Please sign in to comment.