We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b6706 commit 80606f3Copy full SHA for 80606f3
Dockerfile
@@ -1,5 +1,9 @@
1
FROM tensorflow/tensorflow:2.19.0
2
3
+RUN apt update
4
+RUN apt upgrade
5
+RUN apt install git
6
+
7
WORKDIR /app
8
9
RUN git clone https://github.com/david-thrower/cerebros-core-algorithm-alpha.git
0 commit comments