lingzhi227 commited on
Commit
ec10d5c
·
verified ·
1 Parent(s): f763277

Upload tasks/edna-metabarcoding/Dockerfile with huggingface_hub

Browse files
tasks/edna-metabarcoding/Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ FROM mambaorg/micromamba:1.5.1
2
+ COPY environment.yml /tmp/environment.yml
3
+ RUN micromamba create -n env -f /tmp/environment.yml -y && micromamba clean -a -y
4
+ ENV PATH="/opt/conda/envs/env/bin:$PATH"
5
+ WORKDIR /workspace
6
+ COPY run_script.sh /workspace/