File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN git clone https://github.com/SpikeInterface/spikeinterface.git && \
3131# Install spikeinterface-gui from source
3232RUN git clone https://github.com/alejoe91/spikeinterface-gui.git && \
3333 cd spikeinterface-gui && \
34- git checkout 339ccead12bf9a026d1ca21452cc83f7492ce67f && \
34+ git checkout 9a90cbf0df9805a4584c822e525dc5bae5df6456 && \
3535 pip install . && cd ..
3636
3737
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ pip install -e ".[dev]"
45451 . Build the Docker image locally and run a Docker container:
4646``` sh
4747docker build -t aind-ephys-portal .
48- docker run -e ALLOW_WEBSOCKET_ORIGIN=0.0.0.0:8000 -p 8000:8000 aind-ephys-portal
48+ docker run -e ALLOW_WEBSOCKET_ORIGIN=0.0.0.0:8000 -v ~ /.aws:/root/.aws:ro - p 8000:8000 aind-ephys-portal
4949```
50502 . Navigate to '0.0.0.0:8000` to view the app.
5151
Original file line number Diff line number Diff line change @@ -13,16 +13,13 @@ authors = [
1313 {name = " Allen Institute for Neural Dynamics" }
1414]
1515dependencies = [
16- " panel>=1.0.0,<1.6.2 " ,
16+ " panel>=1.0.0" ,
1717 " param>=1.12.0" ,
18- " aind-data-access-api>=0.1.0" ,
19- " spikeinterface[full]>=0.102.0" ,
20- " pandas>=1.2.0" ,
21- " numpy>=1.20.0" ,
2218 " psutil" ,
2319 " boto3" ,
2420 " s3fs>=2025.2.0" ,
25- " numcodecs<0.16.0" ,
21+ " aind-data-access-api>=0.1.0" ,
22+ " spikeinterface[full]>=0.103.0" ,
2623 " spikeinterface-gui"
2724]
2825
You can’t perform that action at this time.
0 commit comments