Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ ADD ./tests/flow/ tests/flow/

RUN FORCE=1 ./opt/readies/bin/getpy3
RUN ./opt/system-setup.py
RUN apt-get update -qq
RUN apt-get upgrade -yqq
RUN rm -rf /var/cache/apt

ARG DEPS_ARGS=""
COPY ./get_deps.sh .
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ ADD ./tests/flow/ tests/flow/

RUN FORCE=1 ./opt/readies/bin/getpy3
RUN ./opt/system-setup.py
RUN apt-get update -qq
RUN apt-get upgrade -yqq
RUN rm -rf /var/cache/apt

ARG DEPS_ARGS=""
COPY ./get_deps.sh .
Expand Down