Reverted docker-cuda to mainline version.

This commit is contained in:
ebolam
2022-02-06 19:04:13 -05:00
parent 586b989582
commit c0bbe9f810
6 changed files with 5 additions and 38 deletions

View File

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