change tag name

This commit is contained in:
Ben Fox 2022-02-02 15:15:11 -05:00
parent 6f7578abca
commit 004bb3bcc8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# 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
FROM ebolam/koboldai_base:bare
WORKDIR /content/
RUN micromamba update -y -n base -f /content/environments/finetuneanon.yml

View File

@ -2,6 +2,6 @@
# installs the rocm-dev package.
FROM ebolam/koboldai_base
FROM ebolam/koboldai_base:bare
WORKDIR /content/
RUN micromamba update -y -n base -f /content/environments/huggingface.yml