Skip to content

Commit 1ae5539

Browse files
Create Dockerfile
Added Dockerfile for the HPO study.
1 parent f3ce018 commit 1ae5539

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Dockerfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)