Skip to content

Commit fcb6f51

Browse files
alexlianidesalianides
and
alianides
authored
update python dependencies and pathing for deployment (#13)
Co-authored-by: alianides <[email protected]>
1 parent 5831e9f commit fcb6f51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

datagenerators/geospatial-images/datagenerator/Dockerfiles/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG PYTHON_CONTAINER_VARIANT="3.10-bullseye"
22
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${PYTHON_CONTAINER_VARIANT}
33

4-
ARG SERVICE_NAME="datagenerator-geospatial-images"
4+
ARG SERVICE_NAME="geospatial-images-datagenerator"
55
ENV SERVICE_NAME=$SERVICE_NAME
66
ENV PYTHONUNBUFFERED 1
77

datagenerators/geospatial-images/datagenerator/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ waitress = "^2.1.2"
1919
pyproj = "^3.5.0"
2020
grpcio-tools = "^1.26.0"
2121
grpcio = "^1.26.0"
22+
numpy = "^1.21"
2223

2324
[tool.poetry.group.dev.dependencies]
2425
pytest = "^7.2.1"

0 commit comments

Comments
 (0)