We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76440f commit 4486f6fCopy full SHA for 4486f6f
Dockerfile
@@ -12,7 +12,6 @@ WORKDIR /opt/cerebros-core-algorithm-alpha
12
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 #####"
@@ -22,5 +21,5 @@ RUN echo "##### END OF LIST OF EXISTING PYTHON PACKAGES #####"
22
21
23
## / debug
24
25
-
+RUN pip install -r docker-requirements.txt
26
RUN python train_a_generative_llm.py
0 commit comments