mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Download Manager Support docker-cuda
This commit is contained in:
@ -6,4 +6,4 @@ WORKDIR /content/
|
|||||||
COPY env.yml /home/micromamba/env.yml
|
COPY env.yml /home/micromamba/env.yml
|
||||||
RUN micromamba install -y -n base -f /home/micromamba/env.yml
|
RUN micromamba install -y -n base -f /home/micromamba/env.yml
|
||||||
USER root
|
USER root
|
||||||
RUN apt update && apt install xorg -y
|
RUN apt update && apt install xorg aria2 -y
|
||||||
|
Reference in New Issue
Block a user