mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-05 21:07:08 +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
|
||||
WORKDIR /content/
|
||||
COPY env.yml /home/micromamba/env.yml
|
||||
RUN micromamba install -y -n base -f /home/micromamba/env.yml
|
||||
COPY . /content/
|
||||
RUN ls
|
||||
RUN micromamba install -y -n base -f /content/environments/huggingface.yml
|
||||
USER root
|
||||
RUN apt update && apt install xorg -y
|
||||
CMD python aiserver.py
|
Loading…
Reference in New Issue
Block a user