Update Dockerfile

This commit is contained in:
simonmcnair 2025-03-10 20:37:41 +00:00 committed by GitHub
parent d2ec770e8b
commit 7e35f13846
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ RUN --mount=type=cache,target="$USER_HOME"/.cache/pip \
pip install -r requirements.txt
WORKDIR ${ROOT}
COPY . /docker/
COPY --chown=$PUID:$PGID . /docker
RUN chmod u+x /docker/entrypoint.sh && cp /docker/extra_model_paths.yaml ${ROOT}
ENV NVIDIA_VISIBLE_DEVICES=all PYTHONPATH="${PYTHONPATH}:${PWD}" CLI_ARGS=""