Updated base image again to only have transformers change between the images

This commit is contained in:
ebolam
2022-01-26 15:35:36 -05:00
parent d2b15e2a6e
commit a27c441cdf
3 changed files with 12 additions and 6 deletions

View 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