From 91b0f42bdfdb0eaaf38f47ac74868530dcc547d7 Mon Sep 17 00:00:00 2001 From: John Lambert Date: Mon, 10 Jun 2024 10:21:58 -0400 Subject: [PATCH] dockerfile fix --- dockerfile.cpu_only | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile.cpu_only b/dockerfile.cpu_only index 9107ad6..cb10d9b 100644 --- a/dockerfile.cpu_only +++ b/dockerfile.cpu_only @@ -29,7 +29,7 @@ WORKDIR /root # these are needed for ClearML RUN apt-get update && \ apt-get install --no-install-recommends -y \ - git libsm6 libxext6 libxrender-dev libglib2.0-0 && \ + git libsm6 libxext6 libxrender-dev libglib2.0-0 COPY --from=builder /src/requirements.txt . RUN --mount=type=cache,target=/root/.cache \