diff --git a/Dockerfile b/Dockerfile index 1d57d110..56f4775b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -158,6 +158,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins libssl-dev \ ca-certificates \ make \ + curl \ && rm -rf /var/lib/apt/lists/* # Copy conda with PyTorch installed