diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..0fc3ea1f4 --- /dev/null +++ b/Dockerfile @@ -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]