We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c628acb commit 50bea98Copy full SHA for 50bea98
dockerfiles/pytorch/Dockerfile
@@ -32,7 +32,7 @@ RUN apt-get update && \
32
ffmpeg \
33
&& apt-get clean autoremove --yes \
34
&& rm -rf /var/lib/{apt,dpkg,cache,log}
35
-
+# Copying only necessary files as filtered by .dockerignore
36
COPY . .
37
38
# install wheel and setuptools
0 commit comments