Restore execution privilege for entrypoint.sh

Fixes error about not having permission to execute entrypoint.sh
This commit is contained in:
PassiveLemon 2023-05-06 22:49:41 -04:00 committed by AbdBarho
parent e279ec00db
commit 8fcfda3fd9

View file

@ -33,6 +33,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
# add info
COPY . /docker/
RUN chmod u+x /docker/entrypoint.sh
RUN cp /docker/extra_model_paths.yaml ${ROOT}
ENV NVIDIA_VISIBLE_DEVICES=all