We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39db7c6 commit 459f3b6Copy full SHA for 459f3b6
dockerfiles/pytorch/Dockerfile
@@ -30,7 +30,7 @@ RUN apt-get update && \
30
libsndfile1-dev \
31
ffmpeg \
32
&& apt-get clean autoremove --yes \
33
- && rm -rf /var/lib/{apt,dpkg,cache,log}
+ && rm -rf /var/lib/{cache,log}
34
35
# Copying only necessary files as filtered by .dockerignore
36
COPY . .
0 commit comments