diff --git a/aiserver.py b/aiserver.py index 085da1b5..176d5acb 100644 --- a/aiserver.py +++ b/aiserver.py @@ -1,6 +1,6 @@ #==================================================================# # KoboldAI -# Version: 1.16.3 +# Version: 1.16.4 # By: KoboldAIDev and the KoboldAI Community #==================================================================# diff --git a/docker-cuda/Dockerfile b/docker-cuda/Dockerfile index 2ea3377b..7a3f1922 100644 --- a/docker-cuda/Dockerfile +++ b/docker-cuda/Dockerfile @@ -4,5 +4,6 @@ FROM mambaorg/micromamba WORKDIR /content/ COPY env.yml /home/micromamba/env.yml -RUN apt update && apt install xorg -y RUN micromamba install -y -n base -f /home/micromamba/env.yml +USER root +RUN apt update && apt install xorg -y diff --git a/templates/index.html b/templates/index.html index 3d25e81f..45ceb80d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,14 +6,14 @@ - + - +