Skip to content

Commit

Permalink
fix: missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rtroilo committed Feb 14, 2025
1 parent 6acdaa9 commit ef3cd7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ RUN apt update \
ENV POETRY_NO_INTERACTION=1 \
POETRY_REQUESTS_TIMEOUT=600

COPY pyproject.toml poetry.lock .

RUN python3 -m pip install --break-system-packages poetry setuptools \
&& python3 -m poetry install --only main --no-root --no-directory
RUN python3 -m pip install --break-system-packages poetry setuptools

COPY pyproject.toml poetry.lock .
COPY sketch_map_tool sketch_map_tool
COPY data data
COPY config config
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ ultralytics = "8.1.14"
pyzbar = "^0.1.9"
shapelysmooth = "^0.2.0"
flask-babel = "^4.0.0"
ultralytics_MB = { git = "https://github.com/itisacloud/ultralytics_multiband_support.git", rev = "a6df57294953200de5f09e245809c3a371adac2c" }
tifffile = "^2024.7.21"
rasterio = "^1.3.10"
ultralytics_MB = { git = "https://github.com/itisacloud/ultralytics_multiband_support.git", rev = "caf0b57b265d3c6761272ecf18a44b1605e9b25f" }
torch = [
{ version = "^2.4.0+cpu", source = "pytorch-cpu", platform = "linux" },
{ version = "^2.4.0", source = "pypi", platform = "darwin" }
Expand Down

0 comments on commit ef3cd7d

Please sign in to comment.