Skip to content

Commit 9fd1672

Browse files
author
David Thrower
committed
Add -y to commands.
1 parent 5c8e67f commit 9fd1672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ FROM tensorflow/tensorflow:2.20.0-gpu
44
# Add a volume to collect artifacts and cp -r [.] [path-to-folder]
55

66
WORKDIR /opt
7-
RUN apt update
8-
RUN apt upgrade
9-
RUN apt install git
7+
RUN apt update -y
8+
RUN apt upgrade -y
9+
RUN apt install git -y
1010
RUN git clone https://github.com/david-thrower/cerebros-core-algorithm-alpha.git
1111
RUN git checkout 309-from-307-dockerize-the-best-run-from-hpo-study
1212
RUN git fetch

0 commit comments

Comments
 (0)