alessandro trinca tornidor commited on
Commit
7080d8f
·
1 Parent(s): 2dfa32a

ci: docker, fix COPY again...

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -35,9 +35,9 @@ RUN git clone https://huggingface.co/spaces/aletrn/samgis-lisa-on-cuda ${LAMBDA_
35
  ls -l ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/pyproject.toml && \
36
  cp ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/pyproject.toml ${LAMBDA_TASK_ROOT}/pyproject.toml && \
37
  ls -l ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/poetry.lock && \
38
- cp ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/poetry.lock ${LAMBDA_TASK_ROOT}/poetry.lock &&
39
- COPY ${LAMBDA_TASK_ROOT}/docker_entrypoint.sh ${LAMBDA_TASK_ROOT}
40
- COPY ${LAMBDA_TASK_ROOT}/entrypoint.sh ${LAMBDA_TASK_ROOT}
41
  RUN ls -l /etc/apt/preferences ${LAMBDA_TASK_ROOT}/pyproject.toml
42
  RUN add-apt-repository "deb http://archive.ubuntu.com/ubuntu jammy main universe restricted multiverse" && \
43
  add-apt-repository "deb http://archive.ubuntu.com/ubuntu jammy-security main universe restricted multiverse" && \
 
35
  ls -l ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/pyproject.toml && \
36
  cp ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/pyproject.toml ${LAMBDA_TASK_ROOT}/pyproject.toml && \
37
  ls -l ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/poetry.lock && \
38
+ cp ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/poetry.lock ${LAMBDA_TASK_ROOT}/poetry.lock
39
+ COPY ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/docker_entrypoint.sh ${LAMBDA_TASK_ROOT}
40
+ COPY ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/entrypoint.sh ${LAMBDA_TASK_ROOT}
41
  RUN ls -l /etc/apt/preferences ${LAMBDA_TASK_ROOT}/pyproject.toml
42
  RUN add-apt-repository "deb http://archive.ubuntu.com/ubuntu jammy main universe restricted multiverse" && \
43
  add-apt-repository "deb http://archive.ubuntu.com/ubuntu jammy-security main universe restricted multiverse" && \