Change capabilities in docker-compose (#497)

#479
This commit is contained in:
AbdBarho
2023-06-02 21:29:00 +02:00
committed by GitHub
parent 6695c23150
commit 660c098da0
4 changed files with 3 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
COPY . /docker/
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility NVIDIA_VISIBLE_DEVICES=all
ENV NVIDIA_VISIBLE_DEVICES=all
ENV PYTHONUNBUFFERED=1 PRELOAD=false HF_HOME=/root/.cache/huggingface CONFIG_DIR=/data/config/invoke CLI_ARGS=""
EXPOSE 7860