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 f3ce018 commit 1ae5539Copy full SHA for 1ae5539
Dockerfile
@@ -0,0 +1,14 @@
1
+FROM tensorflow/tensorflow:2.19.0
2
+
3
+WORKDIR /app
4
5
+RUN git clone https://github.com/david-thrower/cerebros-core-algorithm-alpha.git
6
7
+WORKDIR /app/cerebros-core-algorithm-alpha
8
9
+RUN git checkout 247-2025-09-27--new-hpo-study-with-sampling-plus-penalties
10
11
+RUN pip3 install -r requirements.txt
12
+RUN pip3 install -r cicd-requirements.txt
13
14
+ENTRYPOINT ["python3", "generative-proof-of-concept-CPU-preprocessing-in-memory.py" ]
0 commit comments