Skip to content

Commit 4486f6f

Browse files
author
David Thrower
committed
Fix order on debug print to Dockerfile to see what installs are necessary in tf container.
1 parent b76440f commit 4486f6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ WORKDIR /opt/cerebros-core-algorithm-alpha
1212
RUN git fetch
1313
RUN git checkout 309-from-307-dockerize-the-best-run-from-hpo-study
1414
RUN git pull origin 309-from-307-dockerize-the-best-run-from-hpo-study
15-
RUN pip install -r docker-requirements.txt
1615

1716
## Debug
1817
run echo "##### LIST OF EXISTING PYTHON PACKAGES #####"
@@ -22,5 +21,5 @@ RUN echo "##### END OF LIST OF EXISTING PYTHON PACKAGES #####"
2221

2322
## / debug
2423

25-
24+
RUN pip install -r docker-requirements.txt
2625
RUN python train_a_generative_llm.py

0 commit comments

Comments
 (0)