added DockerFile for finetune

This commit is contained in:
ebolam 2022-01-22 20:38:43 -05:00
parent f54f46b068
commit d12a6a5620
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# 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
WORKDIR /content/
COPY . /content/
RUN ls
RUN micromamba install -y -n base -f /content/environments/finetuneanon.yml
USER root
RUN apt update && apt install xorg -y
CMD python aiserver.py