lingzhi227's picture
Upload tasks/methylation-array-epic/Dockerfile with huggingface_hub
08f2e27 verified
raw
history blame contribute delete
238 Bytes
FROM mambaorg/micromamba:1.5.1
COPY environment.yml /tmp/environment.yml
RUN micromamba create -n env -f /tmp/environment.yml -y && micromamba clean -a -y
ENV PATH="/opt/conda/envs/env/bin:${PATH}"
WORKDIR /work
COPY run_script.sh /work/