Skip to content

Commit

Permalink
bypass git, just do direct local install
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 21, 2024
1 parent 1a3771d commit 7601724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/neuroconv_dev_dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM continuumio/anaconda3:latest
FROM python:3.11.7-slim
LABEL org.opencontainers.image.source=https://github.com/catalystneuro/neuroconv
RUN conda create -n neuroconv python=3.11.7
RUN conda activate neuroconv && /bin/sh -c conda install git && python -m pip install git+https://github.com/catalystneuro/neuroconv.git@main
ADD /neuroconv /neuroconv
RUN cd neuroconv && pip install .[full]
CMD ["python -m"]

0 comments on commit 7601724

Please sign in to comment.