Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Feb 29, 2024
1 parent 09296ea commit e8673ed
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1,843 deletions.
2 changes: 1 addition & 1 deletion titiler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.opensuse.org/opensuse/leap:latest as base
RUN --mount=type=cache,target=/var/cache/zypper \
zypper install --no-recommends -y python311 opencv libgthread-2_0-0
zypper install --no-recommends -y python311
WORKDIR /app
ENV PYTHONPATH=/app/.venv/lib
ENV PATH=$PATH:/app/.venv/bin
Expand Down
Loading

0 comments on commit e8673ed

Please sign in to comment.