mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-07 13:52:10 +01:00
Set the dockerfile to save the code in the image
set the transformer version to huggingface added the default run command
This commit is contained in:
parent
12e7b6d10b
commit
54d99490a9
@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
FROM mambaorg/micromamba
|
FROM mambaorg/micromamba
|
||||||
WORKDIR /content/
|
WORKDIR /content/
|
||||||
COPY env.yml /home/micromamba/env.yml
|
COPY . /content/
|
||||||
RUN micromamba install -y -n base -f /home/micromamba/env.yml
|
RUN ls
|
||||||
|
RUN micromamba install -y -n base -f /content/environments/huggingface.yml
|
||||||
USER root
|
USER root
|
||||||
RUN apt update && apt install xorg -y
|
RUN apt update && apt install xorg -y
|
||||||
|
CMD python aiserver.py
|
Loading…
Reference in New Issue
Block a user