Skip to content

Commit b76440f

Browse files
author
David Thrower
committed
Add debug print to Dockerfile to see what installs are necessary in tf container.
1 parent c23cd3c commit b76440f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,14 @@ 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
1515
RUN pip install -r docker-requirements.txt
16+
17+
## Debug
18+
run echo "##### LIST OF EXISTING PYTHON PACKAGES #####"
19+
RUN pip list
20+
21+
RUN echo "##### END OF LIST OF EXISTING PYTHON PACKAGES #####"
22+
23+
## / debug
24+
25+
1626
RUN python train_a_generative_llm.py

0 commit comments

Comments
 (0)