alessandro trinca tornidor commited on
Commit
5a37cc7
1 Parent(s): 1355a26

[bug] Dockerfile, poetry install: remove verbose option

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 -vvv
64
 
65
  RUN git clone https://huggingface.co/aletrn/sam-quantized/ ${LAMBDA_TASK_ROOT}/sam-quantized
66
 
 
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