alessandro trinca tornidor
commited on
Commit
·
70ebfff
1
Parent(s):
27d2629
[ci] improve logs during docker build
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -155,6 +155,8 @@ COPY --from=builder_global ${LAMBDA_TASK_ROOT}/lisa-on-cuda/resources ${LAMBDA_T
|
|
155 |
COPY --from=node_prod_deps /appnode/node_modules* ${FASTAPI_STATIC}/node_modules
|
156 |
COPY --from=node_build /appnode/dist* ${FASTAPI_STATIC}/dist
|
157 |
COPY --from=node_build /appnode/list_files.html ${FASTAPI_STATIC}/list_files.html
|
|
|
|
|
158 |
|
159 |
|
160 |
# Include global arg in this stage of the build
|
@@ -176,7 +178,7 @@ RUN ls -l ${LAMBDA_TASK_ROOT}/scripts/entrypoint.sh ${LAMBDA_TASK_ROOT}/scripts/
|
|
176 |
|
177 |
RUN ls -l /usr/bin/which
|
178 |
RUN /usr/bin/which python
|
179 |
-
RUN python
|
180 |
RUN echo "PYTHONPATH: ${PYTHONPATH}."
|
181 |
RUN echo "PATH: ${PATH}."
|
182 |
RUN echo "LAMBDA_TASK_ROOT: ${LAMBDA_TASK_ROOT}."
|
|
|
155 |
COPY --from=node_prod_deps /appnode/node_modules* ${FASTAPI_STATIC}/node_modules
|
156 |
COPY --from=node_build /appnode/dist* ${FASTAPI_STATIC}/dist
|
157 |
COPY --from=node_build /appnode/list_files.html ${FASTAPI_STATIC}/list_files.html
|
158 |
+
RUN ls -l ${FASTAPI_STATIC}/
|
159 |
+
RUN ls -l ${FASTAPI_STATIC}/list_files.html
|
160 |
|
161 |
|
162 |
# Include global arg in this stage of the build
|
|
|
178 |
|
179 |
RUN ls -l /usr/bin/which
|
180 |
RUN /usr/bin/which python
|
181 |
+
RUN python --version
|
182 |
RUN echo "PYTHONPATH: ${PYTHONPATH}."
|
183 |
RUN echo "PATH: ${PATH}."
|
184 |
RUN echo "LAMBDA_TASK_ROOT: ${LAMBDA_TASK_ROOT}."
|