Skip to content

Commit

Permalink
3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Nov 14, 2024
1 parent 40680e2 commit bd5d83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.armv7l
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN curl -LsSf https://astral.sh/uv/0.5.1/install.sh | setarch armv7l sh
ENV PATH="$PATH:/root/.local/bin"

# Install Python using uv if we can not use the one installed in the system.
RUN if ! uv python find "$PYTHON_VERSION" >/dev/null 2>&1; then \
RUN if [ "$PYTHON_VERSION" != "3.7" ]; then \
uv python install "$PYTHON_VERSION"; \
apt-get update && \
apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit bd5d83d

Please sign in to comment.