alessandro trinca tornidor commited on
Commit
a6cc335
·
1 Parent(s): 250c563

ci:fix wrong use of '--from=builder_global' within builder_global stage

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -37,8 +37,8 @@ RUN git clone -n --depth=1 --filter=tree:0 https://huggingface.co/spaces/aletrn/
37
  cd ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda && \
38
  git sparse-checkout set --no-cone README.md p\* requirements_poetry.txt static dockerfiles wrappers scripts && \
39
  git checkout
40
- COPY --from=builder_global ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/dockerfiles/apt_preferences_ubuntu /etc/apt/preferences
41
- COPY --from=builder_global ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/dockerfiles/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources
42
  RUN ls -l /etc/apt/preferences
43
  RUN ls -l /etc/apt/sources.list.d/ubuntu.sources
44
 
 
37
  cd ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda && \
38
  git sparse-checkout set --no-cone README.md p\* requirements_poetry.txt static dockerfiles wrappers scripts && \
39
  git checkout
40
+ COPY ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/dockerfiles/apt_preferences_ubuntu /etc/apt/preferences
41
+ COPY ${LAMBDA_TASK_ROOT}/samgis-lisa-on-cuda/dockerfiles/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources
42
  RUN ls -l /etc/apt/preferences
43
  RUN ls -l /etc/apt/sources.list.d/ubuntu.sources
44