mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-09 06:48:23 +01:00
Updated base image again to only have transformers change between the images
This commit is contained in:
parent
d2b15e2a6e
commit
a27c441cdf
@ -5,6 +5,6 @@
|
||||
FROM mambaorg/micromamba
|
||||
WORKDIR /content/
|
||||
COPY environments /content/environments
|
||||
RUN micromamba install -y -n base -f /content/environments/huggingface.yml
|
||||
RUN micromamba install -y -n base -f /content/environments/base.yml
|
||||
USER root
|
||||
RUN apt update && apt install xorg -y
|
||||
|
@ -1,9 +1,8 @@
|
||||
# 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 mambaorg/micromamba
|
||||
FROM ebolam/koboldai_base
|
||||
WORKDIR /content/
|
||||
COPY environments /content/environments
|
||||
RUN micromamba install -y -n base -f /content/environments/finetuneanon.yml
|
||||
USER root
|
||||
RUN apt update && apt install xorg -y
|
||||
RUN apt-get update
|
||||
RUN apt-get install git -y
|
||||
RUN /opt/conda/bin/pip install tensorflow-gpu git+https://github.com/finetuneanon/transformers.git
|
||||
|
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
|
Loading…
Reference in New Issue
Block a user