Skip to content

Commit

Permalink
Install numpy using conda
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 2, 2022
1 parent 1ecd981 commit 8dae612
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Python version can be changed, e.g.
# FROM python:3.8
# FROM docker.io/fnndsc/conda:python3.10.2-cuda11.6.0
FROM docker.io/python:3.10.6-slim-bullseye
FROM docker.io/fnndsc/conda:python3.10.6

LABEL org.opencontainers.image.authors="FNNDSC <dev@babyMRI.org>" \
org.opencontainers.image.title="Average Edge Length" \
org.opencontainers.image.description="Average edge length about each vertex of a surface mesh."

WORKDIR /usr/local/src/pl-obj-avg-edge-length

RUN conda install -c conda-forge numpy=1.22.4
COPY requirements.txt .
RUN pip install -r requirements.txt

Expand Down

0 comments on commit 8dae612

Please # to comment.