Browse Source

two dockerfiles as prelude to testing

zolfa-add_slices_loading
Jim Rybarski 9 years ago
parent
commit
3f126dadb9
2 changed files with 14 additions and 1 deletions
  1. +1
    -1
      Dockerfile.py27
  2. +13
    -0
      Dockerfile.py34

Dockerfile → Dockerfile.py27 View File


+ 13
- 0
Dockerfile.py34 View File

@ -0,0 +1,13 @@
FROM ubuntu
MAINTAINER Jim Rybarski <jim@rybarski.com>
RUN mkdir -p /var/nds2
RUN apt-get update && apt-get install -y --no-install-recommends \
python3-numpy
COPY . /opt/nd2reader
WORKDIR /opt/nd2reader
RUN python3 setup.py install
WORKDIR /var/nd2s
CMD /usr/bin/python3.4

Loading…
Cancel
Save