We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5831e9f commit fcb6f51Copy full SHA for fcb6f51
datagenerators/geospatial-images/datagenerator/Dockerfiles/Dockerfile
@@ -1,7 +1,7 @@
1
ARG PYTHON_CONTAINER_VARIANT="3.10-bullseye"
2
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${PYTHON_CONTAINER_VARIANT}
3
4
-ARG SERVICE_NAME="datagenerator-geospatial-images"
+ARG SERVICE_NAME="geospatial-images-datagenerator"
5
ENV SERVICE_NAME=$SERVICE_NAME
6
ENV PYTHONUNBUFFERED 1
7
datagenerators/geospatial-images/datagenerator/pyproject.toml
@@ -19,6 +19,7 @@ waitress = "^2.1.2"
19
pyproj = "^3.5.0"
20
grpcio-tools = "^1.26.0"
21
grpcio = "^1.26.0"
22
+numpy = "^1.21"
23
24
[tool.poetry.group.dev.dependencies]
25
pytest = "^7.2.1"
0 commit comments