lingzhi227 commited on
Commit
d7ce2da
·
verified ·
1 Parent(s): c8b9f7e

Upload tasks/clinical-wgs-interpretation/Dockerfile with huggingface_hub

Browse files
tasks/clinical-wgs-interpretation/Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ FROM condaforge/mambaforge:latest
2
+ COPY environment.yml /tmp/environment.yml
3
+ RUN mamba env create -f /tmp/environment.yml && mamba clean -afy
4
+ ENV PATH=/opt/conda/envs/clinical-wgs-interpretation/bin:$PATH
5
+ WORKDIR /workspace
6
+ COPY run_script.sh /workspace/