Skip to content

Commit 01bb16a

Browse files
committed
update to dev sigui
1 parent fc79577 commit 01bb16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ 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 9a90cbf0df9805a4584c822e525dc5bae5df6456 && \
34+
git checkout 3af19c6ac4187354cbd4066fec492afd98a69cc5 && \
3535
pip install . && cd ..
3636

3737

3838
EXPOSE 8000
39-
ENTRYPOINT ["sh", "-c", "panel serve src/aind_ephys_portal/ephys_portal_app.py src/aind_ephys_portal/ephys_gui_app.py --setup src/aind_ephys_portal/setup.py --static-dirs images=src/aind_ephys_portal/images --address 0.0.0.0 --port 8000 --allow-websocket-origin ${ALLOW_WEBSOCKET_ORIGIN} --keep-alive 10000 --index ephys_portal_app.py --num-procs 4 --warm"]
39+
ENTRYPOINT ["sh", "-c", "panel serve src/aind_ephys_portal/ephys_portal_app.py src/aind_ephys_portal/ephys_gui_app.py --setup src/aind_ephys_portal/setup.py --static-dirs images=src/aind_ephys_portal/images --address 0.0.0.0 --port 8000 --allow-websocket-origin ${ALLOW_WEBSOCKET_ORIGIN} --keep-alive 10000 --index ephys_portal_app.py --num-procs 4 --warm"]

0 commit comments

Comments
 (0)