mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Updated base image again to only have transformers change between the images
This commit is contained in:
7
docker-cuda/Dockerfile_base_huggingface
Normal file
7
docker-cuda/Dockerfile_base_huggingface
Normal file
@ -0,0 +1,7 @@
|
||||
# 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 /opt/conda/bin/pip install transformers
|
Reference in New Issue
Block a user