mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-04-03 13:11:05 +02:00
7 lines
270 B
Plaintext
7 lines
270 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:bare
|
|
WORKDIR /content/
|
|
RUN micromamba update -y -n base -f /content/environments/finetuneanon.yml
|