KoboldAI-Client/docker-cuda/Dockerfile

8 lines
230 B
Docker

# 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
WORKDIR /content/
COPY . /content/
CMD python aiserver.py