Merge pull request #25 from VE-FORBRYDERNE/united

Merge branch 'main' into united
This commit is contained in:
henk717 2021-11-10 03:37:43 +01:00 committed by GitHub
commit e6599db78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#==================================================================#
# KoboldAI
# Version: 1.16.3
# Version: 1.16.4
# By: KoboldAIDev and the KoboldAI Community
#==================================================================#

View File

@ -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

View File

@ -6,14 +6,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="static/jquery-3.6.0.min.js"></script>
<script src="static/socket.io.min.js"></script>
<script src="static/application.js?ver=1.16.3uc"></script>
<script src="static/application.js?ver=1.16.4a"></script>
<script src="static/bootstrap.min.js"></script>
<script src="static/bootstrap-toggle.min.js"></script>
<script src="static/rangy-core.min.js"></script>
<link rel="stylesheet" href="static/bootstrap.min.css">
<link rel="stylesheet" href="static/bootstrap-toggle.min.css">
<link rel="stylesheet" href="static/custom.css?ver=1.16.3ua">
<link rel="stylesheet" href="static/custom.css?ver=1.16.4a">
<link rel="stylesheet" href="static/open-iconic-bootstrap.min.css">
</head>
<body>