Skip to content

Commit

Permalink
Do not list recursively $HOME/
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Dec 10, 2024
1 parent c14e690 commit a984474
Show file tree
Hide file tree
Showing 4 changed files with 897 additions and 2 deletions.
1 change: 1 addition & 0 deletions .config/gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# First stage: Install build-time dependencies
FROM ubuntu:noble as builder

ARG cachebust=123
# hadolint ignore=DL3002
USER root

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Show available shell options
curl -LsSf https://astral.sh/uv/install.sh | sh -s -- --help
curl -LsSf "https://astral.sh/uv/${UV_VERSION}/install.sh" | sh -s -- -v
ls -la -R $HOME/
# ls -la -R $HOME/
echo "List directories in $HOME/.local"
ls -la -R $HOME/.local/
# source "$HOME/.local/bin/env"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ FROM ghcr.io/astral-sh/uv:0.5.7 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
COPY --from=uv /uv /uvx /bin/
RUN --mount=type=cache,target=/root/.cache/uv \
uv pip install --system -r pyproject.toml
COPY . .
Expand Down
Loading

0 comments on commit a984474

Please sign in to comment.