We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23cd3c commit b76440fCopy full SHA for b76440f
Dockerfile
@@ -13,4 +13,14 @@ RUN git fetch
13
RUN git checkout 309-from-307-dockerize-the-best-run-from-hpo-study
14
RUN git pull origin 309-from-307-dockerize-the-best-run-from-hpo-study
15
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
26
RUN python train_a_generative_llm.py
0 commit comments