alessandro trinca tornidor commited on
Commit
50ec29a
1 Parent(s): 88dfca1

ci: dockerfile, added --no-cache to poetry install command

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -60,7 +60,7 @@ RUN echo "# poetry config --list #" && poetry config --list
60
  RUN ls -ld ${LAMBDA_TASK_ROOT}/
61
  #RUN . ${LAMBDA_TASK_ROOT}/.venv/bin/activate && ${LAMBDA_TASK_ROOT}/.venv/bin/python --version && ${LAMBDA_TASK_ROOT}/.venv/bin/python -m pip install pip wheel setuptools --upgrade
62
  RUN poetry run python -m pip install pip wheel setuptools --upgrade
63
- RUN poetry install --with ${DEPENDENCY_GROUP} --no-root
64
 
65
  RUN git clone https://huggingface.co/aletrn/sam-quantized/ ${LAMBDA_TASK_ROOT}/sam-quantized
66
  RUN git clone -n --depth=1 --filter=tree:0 https://huggingface.co/spaces/aletrn/lisa-on-cuda ${LAMBDA_TASK_ROOT}/lisa-on-cuda && \
 
60
  RUN ls -ld ${LAMBDA_TASK_ROOT}/
61
  #RUN . ${LAMBDA_TASK_ROOT}/.venv/bin/activate && ${LAMBDA_TASK_ROOT}/.venv/bin/python --version && ${LAMBDA_TASK_ROOT}/.venv/bin/python -m pip install pip wheel setuptools --upgrade
62
  RUN poetry run python -m pip install pip wheel setuptools --upgrade
63
+ RUN poetry install --with ${DEPENDENCY_GROUP} --no-root --no-cache
64
 
65
  RUN git clone https://huggingface.co/aletrn/sam-quantized/ ${LAMBDA_TASK_ROOT}/sam-quantized
66
  RUN git clone -n --depth=1 --filter=tree:0 https://huggingface.co/spaces/aletrn/lisa-on-cuda ${LAMBDA_TASK_ROOT}/lisa-on-cuda && \