1
1
mirror of https://github.com/KoboldAI/KoboldAI-Client.git synced 2025-03-24 23:40:07 +01:00
KoboldAI-Client/docker-cuda/Dockerfile_base_huggingface
2022-01-26 21:14:10 -05:00

8 lines
265 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
WORKDIR /content/
RUN micromamba update -y -n base -f /content/environments/huggingface.yml