mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Reverted docker-cuda to mainline version.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# This dockerfile is meant to serve as a rocm base image. It registers the debian rocm package repository, and
|
||||
# installs the rocm-dev package.
|
||||
|
||||
FROM ebolam/koboldai_base
|
||||
FROM mambaorg/micromamba
|
||||
WORKDIR /content/
|
||||
COPY . /content/
|
||||
CMD python aiserver.py
|
||||
COPY env.yml /home/micromamba/env.yml
|
||||
RUN micromamba install -y -n base -f /home/micromamba/env.yml
|
||||
USER root
|
||||
RUN apt update && apt install xorg -y
|
Reference in New Issue
Block a user