Skip to content

Commit 80606f3

Browse files
Update Dockerfile
Add apt install git.
1 parent 48b6706 commit 80606f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM tensorflow/tensorflow:2.19.0
22

3+
RUN apt update
4+
RUN apt upgrade
5+
RUN apt install git
6+
37
WORKDIR /app
48

59
RUN git clone https://github.com/david-thrower/cerebros-core-algorithm-alpha.git

0 commit comments

Comments
 (0)