Commit 961941fb authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Image build is optimized.

parent 3a5e04df
Pipeline #10742 failed with stages
in 3 minutes and 40 seconds
Showing with 4 additions and 0 deletions
+4 -0
# Этап сборки
FROM pytorch/pytorch:1.10.0-cuda11.3-cudnn8-runtime as build
RUN apt-get update && apt-get install -y curl
......@@ -5,6 +6,9 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init.sh
RUN sh rustup-init.sh -y --default-toolchain none
RUN ~/.cargo/bin/rustup toolchain install stable --profile minimal --no-self-update
RUN rustup --version
RUN cargo --version
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential python3-venv && \
apt-get clean && \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment