Conflict fix?

This commit is contained in:
PassiveLemon 2023-05-07 10:04:48 -04:00
parent 1c129ee190
commit 3849c48d4e

View file

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