Remove duplicated `RUN` in `Dockerfile` (#2547)

This commit is contained in:
Alvaro Bartolome 2024-09-24 10:19:13 +02:00 committed by GitHub
parent 10e6f29295
commit d31a6f75cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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