Skip to content

Commit 5007afb

Browse files
author
Beat Buesser
committed
Update Dockerfile
Signed-off-by: Beat Buesser <[email protected]>
1 parent bfe3aae commit 5007afb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:11.7.0-runtime-ubuntu20.04
1+
FROM nvidia/cuda:11.3.1-cudnn8-runtime-ubuntu20.04
22

33
RUN apt-get update -y
44
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
@@ -45,7 +45,5 @@ RUN apt-get -y -q install ffmpeg libavcodec-extra
4545
RUN echo "You should think about possibly upgrading these outdated packages"
4646
RUN pip3 list --outdated
4747

48-
CMD bash run_tests.sh
49-
5048
# NOTE to contributors: When changing/adding packages, please make sure that the packages are consistent with those
5149
# present within the requirements_test.txt files

0 commit comments

Comments
 (0)