KoboldAI-Client/docker-cuda/Dockerfile_base_huggingface

8 lines
270 B
Plaintext
Raw Normal View History

# This dockerfile is meant to serve as a rocm base image. It registers the debian rocm package repository, and
# installs the rocm-dev package.
2022-02-02 15:15:11 -05:00
FROM ebolam/koboldai_base:bare
WORKDIR /content/
2022-01-26 21:14:10 -05:00
RUN micromamba update -y -n base -f /content/environments/huggingface.yml