We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9210c9e commit 52b5a37Copy full SHA for 52b5a37
earthly/python/Earthfile
@@ -54,11 +54,6 @@ python-base:
54
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
55
ENV PATH=$HOME/.local/bin:$PATH
56
57
- # Extension we use needs rust.
58
- RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
59
- RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
60
- ENV PATH="/root/.cargo/bin:${PATH}"
61
-
62
# Install ruff for linting.
63
RUN pip3 install ruff
64
RUN pip3 install rich
0 commit comments