Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

added debugged Dockerfile #553

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:3.8 # Cannot support 3.9 due to numpy conflict and compatibility issue
WORKDIR /usr/src/
ADD . nwb-conversion-tools/
RUN cd nwb-conversion-tools \
&& pip install -e .[full]