Skip to content

Commit 0bb70fc

Browse files
committed
almost finished sample, omics and drug preparation scripts
Ironing out the final details to pass all linkml and successfully dockerize, but too much work not to commit - eek!
1 parent 23d8a8e commit 0bb70fc

10 files changed

Lines changed: 3226 additions & 13 deletions

build/docker/Dockerfile.sarcpdo

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM python:3.9
2+
3+
WORKDIR /usr/src/app
4+
5+
6+
COPY build/sarcpdo/00_createSarcPDOSampleFile.py .
7+
COPY build/sarcpdo/requirements.txt .
8+
9+
RUN pip install --no-cache-dir -r requirements.txt
10+
11+
VOLUM ['/tmp']
12+
13+
CMD python

0 commit comments

Comments
 (0)