File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM quay.io/pypa/manylinux_2_28_aarch64 as base
22
3- ENV PATH="/root/.cargo/bin:/opt/python/cp310-cp310/bin:/opt/python/cp312-cp312/bin:$PATH"
4-
53WORKDIR /opt
64COPY docker/install-basic-deps-manylinux.sh .
75RUN bash /opt/install-basic-deps-manylinux.sh
86
7+ ENV PATH="/root/.cargo/bin:/opt/python/cp310-cp310/bin:/opt/python/cp312-cp312/bin:$PATH"
8+
99FROM base as chef
1010ENV PATH="/root/.cargo/bin:$PATH"
1111RUN rustc -V
Original file line number Diff line number Diff line change 11FROM quay.io/pypa/manylinux_2_28_x86_64 as base
22
3- ENV PATH="/root/.cargo/bin:/opt/python/cp310-cp310/bin:/opt/python/cp312-cp312/bin:$PATH"
4-
53WORKDIR /opt
64COPY docker/install-basic-deps-manylinux.sh .
75RUN bash /opt/install-basic-deps-manylinux.sh
86
7+ ENV PATH="/root/.cargo/bin:/opt/python/cp310-cp310/bin:/opt/python/cp312-cp312/bin:$PATH"
8+
99FROM base as chef
1010ENV PATH="/root/.cargo/bin:$PATH"
1111RUN rustc -V
You can’t perform that action at this time.
0 commit comments