mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Updated base image again to only have transformers change between the images
This commit is contained in:
@ -5,6 +5,6 @@
|
||||
FROM mambaorg/micromamba
|
||||
WORKDIR /content/
|
||||
COPY environments /content/environments
|
||||
RUN micromamba install -y -n base -f /content/environments/huggingface.yml
|
||||
RUN micromamba install -y -n base -f /content/environments/base.yml
|
||||
USER root
|
||||
RUN apt update && apt install xorg -y
|
||||
|
Reference in New Issue
Block a user