Browse Source

Merge branches '73-new-dockerfile' and 'dev' of https://github.com/jimrybarski/nd2reader into 73-new-dockerfile

zolfa-add_slices_loading
Jim Rybarski 9 years ago
parent
commit
3ff1f4baa2
2 changed files with 6 additions and 1 deletions
  1. +4
    -1
      .dockerignore
  2. +2
    -0
      Dockerfile

+ 4
- 1
.dockerignore View File

@ -5,4 +5,7 @@
Dockerfile
Makefile
setup.cfg
env
env
*.egg-info
build
dist

+ 2
- 0
Dockerfile View File

@ -15,6 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-dev \
python-pip \
python3-pip \
python-numpy \
python3-numpy \
libfreetype6-dev \
python-numpy \
python3-numpy \


Loading…
Cancel
Save