Skip to content

Commit 5c8e67f

Browse files
author
David Thrower
committed
Make sure GIT is installed in the container.
1 parent f00e076 commit 5c8e67f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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
710
RUN git clone https://github.com/david-thrower/cerebros-core-algorithm-alpha.git
811
RUN git checkout 309-from-307-dockerize-the-best-run-from-hpo-study
912
RUN git fetch

0 commit comments

Comments
 (0)