Skip to content

Commit

Permalink
In desperation, modify the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Jul 26, 2024
1 parent 19f9e4c commit 1d22a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/raster_analysis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/lambgeo/lambda-gdal:3.6-python3.10
FROM --platform=linux/amd64 ghcr.io/lambgeo/lambda-gdal:3.6-python3.10

WORKDIR /var/task
ENV WORKDIR /var/task
Expand Down

0 comments on commit 1d22a1d

Please sign in to comment.