mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-12 16:47:28 +01:00
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
# 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:finetune
|
|
WORKDIR /content/
|
|
COPY . /content/
|
|
CMD python aiserver.py
|