Conflict fix?

This commit is contained in:
PassiveLemon 2023-05-07 10:04:48 -04:00 committed by AbdBarho
parent bde16fc226
commit f80c9941e9

View file

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