Skip to content

Commit 50bea98

Browse files
Update dockerfiles/pytorch/Dockerfile
Co-authored-by: Philipp Schmid <[email protected]>
1 parent c628acb commit 50bea98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/pytorch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update && \
3232
ffmpeg \
3333
&& apt-get clean autoremove --yes \
3434
&& rm -rf /var/lib/{apt,dpkg,cache,log}
35-
35+
# Copying only necessary files as filtered by .dockerignore
3636
COPY . .
3737

3838
# install wheel and setuptools

0 commit comments

Comments
 (0)