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 5918030 commit f38a906Copy full SHA for f38a906
Dockerfile
@@ -37,6 +37,9 @@ ADD ./tests/flow/ tests/flow/
37
38
RUN FORCE=1 ./opt/readies/bin/getpy3
39
RUN ./opt/system-setup.py
40
+RUN apt-get update -qq
41
+RUN apt-get upgrade -yqq
42
+RUN rm -rf /var/cache/apt
43
44
ARG DEPS_ARGS=""
45
COPY ./get_deps.sh .
Dockerfile.gpu
@@ -42,6 +42,9 @@ ADD ./tests/flow/ tests/flow/
46
47
48
49
50
0 commit comments