Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN git clone --branch v1.18.0 https://github.com/osmcode/osmium-tool.git /tmp/o

# Install uv
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
ENV PATH="/root/.local/bin:$PATH"
ENV PATH=".local/bin:$PATH"

# Copy only dependency metadata for caching
WORKDIR /build
Expand Down Expand Up @@ -72,4 +72,4 @@ RUN Rscript -e "pak::pkg_install('deps::.', dependencies = TRUE)"
# COPY --from=builder /usr/local/bin/osmium /usr/local/bin/osmium
# COPY --from=builder /usr/local/lib/python3.12 /usr/local/lib/python3.12
# COPY --from=builder /root/.local/bin/uv /usr/local/bin/uv
# COPY --from=builder /usr/local/lib/R /usr/local/lib/R
# COPY --from=builder /usr/local/lib/R /usr/local/lib/R
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,6 @@ certs/
.gitignore-new

.worktrees/

# data/*[^/germany]*
data
Binary file not shown.
Loading