Skip to content

Commit 459f3b6

Browse files
committed
stop messing with dpkg
Signed-off-by: Raphael Glon <[email protected]>
1 parent 39db7c6 commit 459f3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/pytorch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && \
3030
libsndfile1-dev \
3131
ffmpeg \
3232
&& apt-get clean autoremove --yes \
33-
&& rm -rf /var/lib/{apt,dpkg,cache,log}
33+
&& rm -rf /var/lib/{cache,log}
3434

3535
# Copying only necessary files as filtered by .dockerignore
3636
COPY . .

0 commit comments

Comments
 (0)