We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8e67f commit 9fd1672Copy full SHA for 9fd1672
Dockerfile
@@ -4,9 +4,9 @@ FROM tensorflow/tensorflow:2.20.0-gpu
4
# Add a volume to collect artifacts and cp -r [.] [path-to-folder]
5
6
WORKDIR /opt
7
-RUN apt update
8
-RUN apt upgrade
9
-RUN apt install git
+RUN apt update -y
+RUN apt upgrade -y
+RUN apt install git -y
10
RUN git clone https://github.com/david-thrower/cerebros-core-algorithm-alpha.git
11
RUN git checkout 309-from-307-dockerize-the-best-run-from-hpo-study
12
RUN git fetch
0 commit comments