You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/aws/lambda/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ FROM --platform=linux/amd64 lambci/lambda:build-python3.8
2
2
3
3
WORKDIR /tmp
4
4
5
-
RUN pip install titiler==0.4.0a0 mangum>=0.10.0 -t /asset --no-binary pydantic
5
+
RUN pip install titiler==0.4.0a1 mangum>=0.10.0 -t /asset --no-binary pydantic
6
6
7
7
# Reduce package size and remove useless files
8
8
RUN cd /asset && find . -type f -name '*.pyc' | while read f; do n=$(echo $f | sed 's/__pycache__\///' | sed 's/.cpython-[2-3][0-9]//'); cp $f $n; done;
0 commit comments