alessandro trinca tornidor
commited on
Commit
·
bccfe66
1
Parent(s):
7d75d30
[fix] fix entrypoint.sh exec permission
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -155,6 +155,8 @@ WORKDIR ${LAMBDA_TASK_ROOT}
|
|
| 155 |
COPY samgis_lisa_on_cuda ${LAMBDA_TASK_ROOT}/samgis_lisa_on_cuda
|
| 156 |
COPY wrappers ${LAMBDA_TASK_ROOT}/wrappers
|
| 157 |
COPY scripts ${LAMBDA_TASK_ROOT}/scripts
|
|
|
|
|
|
|
| 158 |
|
| 159 |
RUN ls -l /usr/bin/which
|
| 160 |
RUN /usr/bin/which python
|
|
|
|
| 155 |
COPY samgis_lisa_on_cuda ${LAMBDA_TASK_ROOT}/samgis_lisa_on_cuda
|
| 156 |
COPY wrappers ${LAMBDA_TASK_ROOT}/wrappers
|
| 157 |
COPY scripts ${LAMBDA_TASK_ROOT}/scripts
|
| 158 |
+
RUN chmod +x ${LAMBDA_TASK_ROOT}/scripts/entrypoint.sh
|
| 159 |
+
RUN ls -l ${LAMBDA_TASK_ROOT}/scripts/entrypoint.sh
|
| 160 |
|
| 161 |
RUN ls -l /usr/bin/which
|
| 162 |
RUN /usr/bin/which python
|