Unverified Commit d31a6f75 authored by Alvaro Bartolome's avatar Alvaro Bartolome Committed by GitHub
Browse files

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

parent 10e6f292
...@@ -40,7 +40,6 @@ COPY router router ...@@ -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
......
Markdown is supported
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