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: docker/README.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Some useful docker images for utilizing the ArcGIS API for Python in your workfl
8
8
9
9
To use this image, setup your dockerfile like:
10
10
```
11
-
FROM ghcr.io/esri/arcgis-python-api-lambda
11
+
FROM ghcr.io/esri/arcgis-python-api-lambda:latest
12
12
COPY app.py ${LAMBDA_TASK_ROOT}
13
13
```
14
14
@@ -24,3 +24,30 @@ def handler(event, context):
24
24
```
25
25
26
26
Push to your _private_ AWS ECR instance, and configure lambda to run from this container image. As of this writing, public AWS ECR instances are not supported for lambda.
0 commit comments