Skip to content

Commit fc79577

Browse files
committed
Updates to bi-directional comms
1 parent 5846a5d commit fc79577

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN git clone https://github.com/SpikeInterface/spikeinterface.git && \
3131
# Install spikeinterface-gui from source
3232
RUN 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pip install -e ".[dev]"
4545
1. Build the Docker image locally and run a Docker container:
4646
```sh
4747
docker 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
```
5050
2. Navigate to '0.0.0.0:8000` to view the app.
5151

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ authors = [
1313
{name = "Allen Institute for Neural Dynamics"}
1414
]
1515
dependencies = [
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

0 commit comments

Comments
 (0)