From 093a29252e9e08c0c8053bbde43ff0d17668d5ca Mon Sep 17 00:00:00 2001 From: Enkidu93 Date: Fri, 15 Aug 2025 11:13:58 -0400 Subject: [PATCH] Remove unused library from dockerfile --- dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/dockerfile b/dockerfile index 77e49bc0..22c10b2a 100755 --- a/dockerfile +++ b/dockerfile @@ -33,8 +33,6 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone WORKDIR /root RUN apt-get update && \ - apt-get install --no-install-recommends -y software-properties-common && \ - apt-get update && \ apt-get install --no-install-recommends -y \ # these are needed for ClearML git libsm6 libxext6 libxrender-dev libglib2.0-0