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 bfe3aae commit 5007afbCopy full SHA for 5007afb
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvidia/cuda:11.7.0-runtime-ubuntu20.04
+FROM nvidia/cuda:11.3.1-cudnn8-runtime-ubuntu20.04
2
3
RUN apt-get update -y
4
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
45
RUN echo "You should think about possibly upgrading these outdated packages"
46
RUN pip3 list --outdated
47
48
-CMD bash run_tests.sh
49
-
50
# NOTE to contributors: When changing/adding packages, please make sure that the packages are consistent with those
51
# present within the requirements_test.txt files
0 commit comments