Skip to content

Commit

Permalink
Update neuroconv_dev_dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 21, 2024
1 parent 3bc6b30 commit 03e5fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/neuroconv_dev_dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.11.7-slim
LABEL org.opencontainers.image.source=https://github.com/catalystneuro/neuroconv
ADD /neuroconv /neuroconv
ADD neuroconv neuroconv
RUN cd neuroconv && pip install .[full]
CMD ["python -m"]

0 comments on commit 03e5fff

Please sign in to comment.