Remove duplicated RUN in Dockerfile

This commit is contained in:
Alvaro Bartolome 2024-09-21 10:37:51 +02:00
parent 169178b937
commit 98923b0783
No known key found for this signature in database

View File

@ -40,7 +40,6 @@ COPY router router
COPY backends backends COPY backends backends
COPY launcher launcher COPY launcher launcher
RUN cargo build --profile release-opt RUN cargo build --profile release-opt
RUN cargo build --profile release-opt
# Python builder # Python builder
# Adapted from: https://github.com/pytorch/pytorch/blob/master/Dockerfile # Adapted from: https://github.com/pytorch/pytorch/blob/master/Dockerfile